Efraim Flashner
ab2f15d7a8
gnu: xsd: Build with default gcc.
...
* gnu/packages/cpp.scm (xsd)[arguments]: Adjust the make-flags to set
the cxx flags.
[native-inputs]: Remove gcc-10.
Change-Id: Iff6066b72a9a282807d7bf1e0eb8536b83b584d8
2026-03-23 13:58:44 +02:00
Efraim Flashner
39666cd788
gnu: cli: Build with default gcc.
...
* gnu/packages/cpp.scm (cli)[arguments]: Adjust the make-flags to set
the cxx flags.
[native-inputs]: Remove gcc-10.
Change-Id: I288d31e2d3a9423b494823bd2f80e58b307e0ed9
2026-03-23 13:58:44 +02:00
Efraim Flashner
2c0b4b5fcc
gnu: libxsd-frontend: Build with default gcc.
...
* gnu/packages/cpp.scm (libxsd-frontend)[arguments]: Adjust the
make-flags to set the cxx flags.
[native-inputs]: Remove gcc-10.
Change-Id: Ide81ef52cac34b7f988fa4bec8cf324331b6ee19
2026-03-23 13:58:44 +02:00
Efraim Flashner
2a7a0e474a
gnu: libcutl: Build with default gcc.
...
* gnu/packages/cpp.scm (libcutl)[native-inputs]: Remove gcc-10.
[arguments]: Add make-flag to set the C++ standard used.
Change-Id: Ica9df67f9ebda5f7abf038f9572e45b717677148
2026-03-23 13:58:44 +02:00
Maxim Cournoyer
6fe644f3e7
gnu: juce: Do not depend on libsoup2.
...
* gnu/packages/cpp.scm (juce)
[native-inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3.
Change-Id: I9dd1b55d1de2cf43efb82f40de8d9bd17f3800ca
2026-03-23 14:23:23 +09:00
Ludovic Courtès
1ae20f03f4
gnu: Reference the inherited inputs values.
...
This commit was made by running this command:
sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm
… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).
Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20 13:27:16 +01:00
Ludovic Courtès
2a50c9598b
gnu: Reference the inherited ‘arguments’ value.
...
This commit was made by running this command:
sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm
… and then:
1. reverting changes from ‘gnu/packages/rust.scm’ and
‘gnu/packages/java.scm’ since they would incur derivation changes and/or
breakage;
2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
which use ‘substitute-keyword-arguments’ for arguments that are not
inherited (and thus ‘arguments’ would be unbound);
4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
which make bogus assumptions about inherited arguments.
Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20 13:27:15 +01:00
Jake Forster
84253e012b
gnu: castxml: Update to 0.7.0.
...
* gnu/packages/cpp.scm (castxml): Update to 0.7.0.
[native-inputs]: Replace clang-17 with clang-21 and llvm-17 with llvm-21.
Change-Id: Ica66157be266189e6d7d109009772c187848c8c2
2026-03-17 09:08:07 +01:00
Liliana Marie Prikler
0adf301971
gnu: lager: Update to 0.1.3.
...
* gnu/packages/cpp.scm (lager): Update to 0.1.3.
2026-03-12 08:57:23 +01:00
Liliana Marie Prikler
dfb1b7d18d
gnu: zug: Update to 0.1.2.
...
* gnu/packages/cpp.scm (zug): Update to 0.1.2.
2026-03-12 08:57:23 +01:00
Liliana Marie Prikler
dc597e30fe
gnu: immer: Update to 0.9.1.
...
* gnu/packages/cpp.scm (immer): Update to 0.9.1.
[#:configure-flags]: Drop “-DDISABLE_WERROR=ON”.
2026-03-12 08:57:23 +01:00
John Kehayias
7ab8d91783
gnu: hyprwire: Update to 0.3.0.
...
* gnu/packages/cpp.scm (hyprwire): Update to 0.3.0.
Change-Id: Ibf05bf11e7086d4d694aed6eb29fdcedc319f3ac
2026-03-02 15:25:32 -05:00
Carlos Durán Domínguez
5fc3a79d05
gnu: Add libfccp.
...
* gnu/packages/cpp.scm (libfccp): New variable.
Merges guix/guix!6679
Change-Id: I38afbd0ef26cd1a9f2e77ff0ed077392f963faca
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-03-02 14:56:09 +01:00
Danny Milosavljevic
42804622a1
gnu: poco: Update to 1.15.0.
...
* gnu/packages/cpp.scm (poco): Update to 1.15.0.
[arguments]<#:phases>{check-setenv}: New phase.
Change-Id: I157edbddc881941e13738dca18350c5ed690ba5f
2026-02-21 21:52:39 +01:00
Anderson Torres
61bb900928
gnu: argpp: Update to 0.0.0-1.b52420a.
...
* gnu/packages/cpp.scm (argpp): Update to 0.0.0-1.b52420a.
Change-Id: I0a29762a4ab90b2731d89d704e86a55338078744
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-02-14 21:33:28 +01:00
David Elsing
67aab9bb0f
gnu: Add functionalplus.
...
* gnu/packages/cpp.scm (functionalplus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-02-10 23:49:15 +01:00
David Elsing
99ced1d432
gnu: Add libdivide.
...
* gnu/packages/cpp.scm (libdivide): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-02-10 23:46:35 +01:00
Dariqq
bcc1881485
gnu: Remove PKG_CONFIG_EXECUTABLE configure-flags.
...
* gnu/packages/bioinformatics.scm (vcflib): Remove setting
PKG_CONFIG_EXECUTABLE flag.
* gnu/packages/cpp.scm (hyprlang): same.
* gnu/packages/cpp.scm (hyprutils): same.
* gnu/packages/debian.scm (apt-cacher-ng): Same
* gnu/packages/linux.scm (rdma-core): Same.
* gnu/packages/radio.scm (libiio): Same.
* gnu/packages/security-token.scm (libfido2): Same.
* gnu/packages/version-control.scm (libgit2-1.9,libgit2-1.7): Same
* gnu/packages/vulkan.scm (vulcan-loader): Same.
Change-Id: I12cb5fb7f1a93fa01766b37a32777a269d4c089c
Signed-off-by: Greg Hogan <code@greghogan.com >
2026-02-10 17:33:15 +01:00
terramorpha
02564e94f9
gnu: Add xbyak.
...
* gnu/packages/cpp.scm (xbyak): New variable.
Change-Id: If92e7e660e48a5b43c1c4043c1f35d0d2437a73a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-02-10 14:09:51 +01:00
Sharlatan Hellseher
62d5d727ba
gnu: cpplint: Update to 2.0.2.
...
* gnu/packages/cpp.scm (cpplint): Update to 2.0.2.
[phases]{patch-build-system, reduce-GUIX_PYTHONPATH,
reset-GUIX_PYTHONPATH}: Remove phases
{fix-pytest-config}: New phase.
[native-inputs]: Remove python-parameterized, python-pytest-cov,
python-pytest-runner, and python-wheel.
Change-Id: I43ae67d5dfd8e711e6682c6c8001dc6e30fb5755
2026-02-07 12:28:54 +01:00
Nicolas Graves
fbaf9c22a0
gnu: Remove python-coverage native-input from some packages.
...
Remove python-coverage from [native-inputs] in the following packages as
not required for build/tests/install:
* gnu/packages/check.scm: (python-pytest-flakes)
* gnu/packages/cpp.scm: (cpplint)
* gnu/packages/jupyter.scm: (python-nbclassic)
* gnu/packages/machine-learning.scm (onnx,
python-pytorch-lightning) (python-torchmetrics)
* gnu/packages/openstack.scm: (python-hacking)
* gnu/packages/python-xyz.scm: (python-lsp-jsonrpc, python-nodeenv)
* gnu/packages/simulation.scm: (python-dolfin-adjoint)
* gnu/packages/version-control.scm: (pre-commit)
Change-Id: I2c5e14f4aa28906ceee054c857e6abeeb122ad52
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:35 +01:00
Ricardo Wurmus
b556659af6
gnu: juce: Update to 8.0.12.
...
* gnu/packages/cpp.scm (juce): Update to 8.0.12.
[arguments]: Adjust phase 'patch-paths.
[native-inputs]: Replace jack-1 with jack-2; add ladspa.
Change-Id: I01f4744bd2ef49ca1a53c78f9878b43dbc816fec
2026-02-03 22:53:46 +01:00
Anderson Torres
35d4e04abe
gnu: priocpp: Update to 0.0.0-1.ea15402.
...
* gnu/packages/cpp.scm (priocpp): Update to 0.0.0-1.ea15402.
[inputs]: Update fmt-8 to fmt-10.
Change-Id: I42463f11e233d6223439caba24ee2868933d1edf
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-01-31 13:31:58 +01:00
Maxim Cournoyer
7efd719544
gnu: syscmdline: Update to 1.0.0.0-0.0c9f3de.
...
* gnu/packages/cpp.scm (syscmdline): Update to 1.0.0.0-0.0c9f3de.
Change-Id: I592f1a128932cd852249c47e9a9d8ad83dba4c81
2026-01-29 14:49:41 +09:00
Murilo
2e11c3e1b5
gnu: Add glaze.
...
* gnu/packages/cpp.scm (glaze): New variable.
Change-Id: I064567c1b2fb2b61ef144146f802d705f8e81d1b
Signed-off-by: Andreas Enge <andreas@enge.fr >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:31:33 +01:00
Murilo
9b000588b4
gnu: hyprtoolkit: Update to 0.5.3.
...
* gnu/packages/cpp.scm (hyprtoolkit): Update to 0.5.3.
Change-Id: Id187e0e37fdbad97fb809212e3f7ddd8c52e44ed
Signed-off-by: Andreas Enge <andreas@enge.fr >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:31:33 +01:00
Murilo
5770aad73f
gnu: hyprlang: Update to 0.6.8.
...
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.8.
Change-Id: I3268bd8a5ffa5d0db9ecafeb75739702e85fa03e
Signed-off-by: Andreas Enge <andreas@enge.fr >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:31:32 +01:00
Nicolas Graves
c51b16f3a0
gnu: python-jsonnet: Switch to pyproject.
...
* gnu/packages/cpp.scm (python-jsonnet):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Ignore wrong search directory.
[native-inputs]: Add python-pyyaml, python-pytest, python-setuptools.
Change-Id: Ib85b5d1088fef2dfc3bff15460d1b061caeb73df
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:23:34 +01:00
Rodion Goritskov
2a9e61ba60
gnu: Add collada-dom.
...
* gnu/packages/cpp.scm (collada-dom): New variable.
* gnu/packages/patches/collada-dom-boost.patch: New file.
* gnu/local.mk: Add collada-dom-boost patch.
Change-Id: Iace655f10004d7face86f29afb1606fa3bb16628
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-01-19 21:38:21 +01:00
Murilo
c3f1640ace
gnu: Add hyprland-guiutils.
...
* gnu/packages/cpp.scm (hyprland-guiutils): New variable.
Change-Id: I42064ddfffe4948c60aea2044b198fd622688148
Signed-off-by: John Kehayias <john@guixotic.coop >
2026-01-14 15:04:38 -05:00
Murilo
d38156a795
gnu: Add hyprwire.
...
* gnu/packages/cpp.scm (hyprwire): New variable.
Change-Id: Ia12a967bb58b0d59706eca92d7fbcd4817ee8eb1
Signed-off-by: John Kehayias <john@guixotic.coop >
2026-01-14 15:04:36 -05:00
Murilo
094ab0b8b4
gnu: hyprutils: Update to 0.11.0.
...
* gnu/packages/cpp.scm (hyprutils): Update to 0.11.0.
Change-Id: I3d99d410ab175f07331743f6b2724c3e9d5c1500
Signed-off-by: John Kehayias <john@guixotic.coop >
2026-01-14 15:04:35 -05:00
Murilo
0c4cbfe0c4
gnu: Add hyprtoolkit.
...
* gnu/packages/cpp.scm (hyprtoolkit): New variable.
Change-Id: Ie528e4bc317c63d0b7f4493d6dcefb4203c648e3
Signed-off-by: John Kehayias <john@guixotic.coop >
2026-01-14 15:04:34 -05:00
Murilo
7c0d9f6a2c
gnu: hyprgraphics: Update to 0.5.0.
...
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.5.0.
Change-Id: I8c51bf2ce678aa8f4ce8d3d4152acc2292b9dede
Signed-off-by: John Kehayias <john@guixotic.coop >
2026-01-14 15:04:33 -05:00
Danny Milosavljevic
3c81c4b8b8
gnu: poco: Enable SSL.
...
* gnu/packages/cpp.scm (poco)[arguments]<#:configure-flags>: Add ENABLE_CRYPTO,
ENABLE_NETSSL.
<#:phases>{disable-problematic-tests}: Add NetSSL_OpenSSL.
[inputs]: Add openssl.
Change-Id: I2b15339b1b4b4917de31c26e031a48f73dea714b
2025-12-19 19:12:40 +01:00
Murilo
ea4f8318dc
gnu: hyprlang: Update to 0.6.7.
...
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.7.
Change-Id: I098f2bb3e1b8ac815ccaae53015dc8ed1e1e16ef
Signed-off-by: John Kehayias <john@guixotic.coop >
2025-12-18 22:09:06 -05:00
Artyom V. Poptsov
a8e2d11055
gnu: lexy: Update to 2025.05.0.
...
* gnu/packages/cpp.scm (lexy): Update to 2025.05.0.
Change-Id: Ib0c18ad6a2a69105b85f930cbb63ede746c60bae
2025-12-07 23:51:42 +03:00
Patrick Norton
1ec894048e
gnu: ccls: Update to 20250815.1.
...
* gnu/packages/cpp.scm (ccls): Update to 20250815.1.
Change-Id: I25eaec1b1fab4b648c9eb07f80ea2a0617c2c201
Signed-off-by: jgart <jgart@dismail.de >
2025-12-05 20:53:09 -06:00
Murilo
375dddd1cf
gnu: hyprlang: Update to 0.6.6.
...
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.6.
Change-Id: I93b7e7eab89c89da140503f5bc43191305eda0dc
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-11-30 22:45:34 +01:00
Murilo
ecb3a862f1
gnu: hyprgraphics: Update to 0.4.0.
...
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.4.0.
Change-Id: Ic15d4adb2a7d91e6de97b38526d458910f447003
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-11-30 22:45:34 +01:00
Murilo
0d306cec37
gnu: hyprutils: Update to 0.10.4.
...
* gnu/packages/cpp.scm (hyprutils): Update to 0.10.4.
[arguments]: Disable tests.
Tests are now only for debug builds.
Change-Id: Ic615ddbf835a135514d258cfd9d254cb8b3e050f
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-11-30 22:45:25 +01:00
Greg Hogan
4100c8e021
gnu: google-highway: Update to 1.3.0.
...
* gnu/packages/cpp.scm (google-highway): Update to 1.3.0.
Change-Id: I143ce0a2677efe986756ca8e0e5b1488d92d00fa
2025-11-28 12:45:50 +00:00
Greg Hogan
9cf9e76b1c
gnu: abseil-cpp: Update to 20250814.1.
...
* gnu/packages/cpp.scm (abseil-cpp): Update to 20250814.1.
[native-inputs]: Replace base "googletest" with googletest.
(abseil-cpp-20250127): New variable.
(abseil-cpp-20220623)[native-inputs]: Replace googletest with
googletest-1.12.
* gnu/packages/machine-learning.scm (onnxruntime)[inputs]: Replace
abseil-cpp with abseil-cpp-20250127.
* gnu/packages/mpd.scm (ashuffle): Update to 3.14.9.
[arguments]: Add phase to fix dependencies.
Change-Id: I8b3adc08815d75fb2d1b7800ef4de44ccbc8cbe2
2025-11-28 12:45:38 +00:00
Greg Hogan
1aebfc74f1
gnu: boost: Update to 1.89.0.
...
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ...
(boost-1.83): ... to this.
(boost-numpy): Inherit from boost-1.83.
* gnu/packages/pretty-print.scm (source-highlight): Update accordingly.
* gnu/packages/boost.scm (boost): Update to 1.89.0.
[source]: Remove patches.
* gnu/packages/boost.scm (mdds)
[propagated-inputs]: Replace boost with boost-1.83.
* gnu/packages/astronomy.scm (aoflagger),
* gnu/packages/embedded.scm (cc-tool),
* gnu/packages/games.scm (0ad, vcmi),
* gnu/packages/image.scm (gpick),
* gnu/packages/maths.scm (highfive),
* gnu/packages/plotutils.scm (asymptote)
[native-inputs]: Replace boost with boost-1.83.
* gnu/packages/audio.scm (guitarix, supercollider),
* gnu/packages/bioconductor.scm (r-mzr),
* gnu/packages/bioinformatics.scm (ataqv, bless, express, isolator,
metabat, r-velocytom, rsem, sailfish, salmon),
* gnu/packages/bittorrent.scm (libtorrent-rasterbar),
* gnu/packages/code.scm (sourcetrail),
* gnu/packages/compression.scm (innoextract),
* gnu/packages/cpp.scm (lager),
* gnu/packages/crypto.scm (cryfs),
* gnu/packages/electronics.scm (nextpnr, prjpeppercorn, prjtrellis,
pulseview),
* gnu/packages/emulators.scm (mupen64plus-video-glide64mk2),
* gnu/packages/engineering.scm (cadabra2, freecad, libigl,
openscad, prusa-slicer),
* gnu/packages/file-systems.scm (snapper),
* gnu/packages/finance.scm (ledger),
* gnu/packages/game-development.scm (dds),
* gnu/packages/games.scm (colobot, fifengine, knightsgame, leela-zero,
pokerth, supertux, wesnoth, wesnoth-server),
* gnu/packages/geo.scm (gplates),
* gnu/packages/gnucash.scm (gnucash),
* gnu/packages/graph.scm (python-graph-tool),
* gnu/packages/graphics.scma (openshadinglanguage),
* gnu/packages/i2p.scm (i2pd),
* gnu/packages/image-viewers.scm (luminance-hdr),
* gnu/packages/kde-graphics.scm (krita),
* gnu/packages/mail.scm (astroid),
* gnu/packages/medical.scm (orthanc, orthanc-mysql,
orthanc-postgresql),
* gnu/packages/messaging.scm (libphonenumber),
* gnu/packages/mpd.scm (ncmpcpp),
* gnu/packages/networking.scm (kismet),
* gnu/packages/opencog.scm (cogutil),
* gnu/packages/photo.scm (hugin),
* gnu/packages/poedit.scm (poedit),
* gnu/packages/radio.scm (gnuradio),
* gnu/packages/rdf.scm (lucene++),
* gnu/packages/serialization.scm (avro-cpp),
* gnu/packages/simulation.scm (fenics-dolfin),
* gnu/packages/version-control.scm (gource),
* gnu/packages/video.scm (aegisub, mkvtoolnix),
* gnu/packages/web.scm (websocketpp)
[inputs]: Replace boost with boost-1.83.
* gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2-00a85bf6.
(librevenge): Update to 0.0.5.
[arguments]<#:configure-flags>: Remove reference to boost system
component for which the compatibility stub has been removed.
* gnu/packages/serialization.scm (msgpack-cxx): Update to 7.0.0.
Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
2025-11-28 12:26:24 +00:00
Aaron Covrig
97d9c63265
gnu: googletest: Update to 1.17.0.
...
* gnu/packages/check.scm (googletest): Update to 1.17.0
(googletest-1.12): Add variable.
* gnu/packages/glib.scm (sdbus-c++)
[native-inputs]: Replace googletest-1.17 with googletest.
* gnu/packages/compression.scm (pzstd)
[native-inputs, inputs]: Replace googletest with googletest-1.8.
* gnu/packages/cpp.scm (c++-gsl),
* gnu/packages/engineering.scm (cura-engine),
* gnu/packages/password-utils.scm (pwsafe)
[native-inputs]: Replace googletest with googletest-1.13.
* gnu/packages/crypto.scm (crc32c),
* gnu/packages/engineering.scm (lib3mf),
* gnu/packages/fontutils.scm (opentype-sanitizer),
* gnu/packages/games.scm (openclonk),
* gnu/packages/gnome.scm (gnome-commander),
* gnu/packages/machine-learning.scm (qnnpack),
* gnu/packages/maths.scm (ruy),
* gnu/packages/serialization.scm (libnop)
[native-inputs]: Replace googletest with googletest-1.12.
* gnu/packages/machine-learning.scm (fann),
* gnu/packages/maths.scm (boolector),
* gnu/packages/parallel.scm (clog),
* gnu/packages/simulation.scm (sumo),
* gnu/packages/telephony.scm (sipp)
[native-inputs]: Replace googletest with googletest-1.8.
* gnu/packages/parallel.scm (cpuinfo)
[inputs]: Replace googletest with googletest-1.13.
* gnu/packages/machine-learning.scm (nnpack, python-pytorch),
* gnu/packages/parallel.scm (pthreadpool)
[inputs]: Replace googletest with googletest-1.12.
* gnu/packages/maths.scm (fp16, fxdiv),
* gnu/packages/serialization.scm (yaml-cpp),
* gnu/packages/web.scm (rapidjson)
[inputs]: Replace googletest with googletest-1.8.
Change-Id: I310fb6785d6e19bb8dbf56c25028587573981a0e
2025-11-28 12:07:09 +00:00
Greg Hogan
974196e09e
gnu: bloomberg-bde: Disable test.
...
* gnu/packages/cpp.scm (bloomberg-bde)[arguments]<#:test-exclude>: Add
test.
Change-Id: I87b1051ab4b0bf1256b18e4eb6c471c1427b0f1b
2025-11-28 11:37:03 +00:00
Greg Hogan
df0c61469f
gnu: taskflow: Update to 3.10.0.
...
* gnu/packages/cpp.scm (taskflow): Update to 3.10.0.
Change-Id: I4ebe53f57ebe19e655c8517c5a5adf08cdce3a05
2025-11-28 11:37:01 +00:00
Greg Hogan
0091d0e7c8
gnu: folly: Update to 2025.11.10.00.
...
* gnu/packages/cpp.scm (folly): Update to 2025.11.10.00.
Change-Id: Ida26bd295856d89671b7af2a6f10f51fc4ec5a25
2025-11-28 11:37:00 +00:00
Artyom V. Poptsov
fda4641865
gnu: argagg: Fix build on i686-linux.
...
* gnu/packages/cpp.scm (argagg): Fix build on i686-linux.
[arguments]<#:configure-flags>: Add "-Wno-error=sign-conversion" to
CMAKE_CXX_FLAGS.
Change-Id: I3b114fbd5b641b515499c2470fa6acb69309d5be
2025-11-22 22:08:10 +03:00
Artyom V. Poptsov
6a1f9bf226
gnu: argagg: Modernize the package.
...
* gnu/packages/cpp.scm (argagg): Modernize the package.
[arguments]: Use GEXPs.
Change-Id: I8d9783d38d5ad206dc32bbc7c9669824ab699d61
2025-11-22 18:58:57 +03:00