Tomas Volf
0d7e40473b
tests: security: Fix fail2ban-extension-test.
...
The openssh-service-type requires 'networking to be setup. So add a
static-networking-service-type that provides it.
* gnu/tests/security.scm
(run-fail2ban-extension-test)[simple-operating-system]: Add
static-networking-service-type service.
Change-Id: I8d736cbf3fcaa54f86fbd60c52b3595b647731e2
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
Simon South
97296f8239
gnu: fwupd: Depend on libsmbios only on supported systems.
...
* gnu/packages/firmware.scm (fwupd)[inputs]: Add libsmbios conditionally.
Change-Id: Id34135b180f5ee6e7abd2fd4eb10e0d3c6308e06
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:02:36 +01:00
Simon South
d693983b60
gnu: libsmbios: Restrict to only supported systems.
...
* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field.
Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:02:30 +01:00
Clément Lassieur
c4fa3e945e
gnu: sfeed: Update to 2.0.
...
* gnu/packages/suckless.scm (sfeed): Update to 2.0.
Change-Id: I9fc34effddcb623e8d681824aa67c3c5c7784726
2024-01-12 16:31:52 +01:00
Christopher Baines
d162bd0e72
packages: rust: Memoize make-rust-sysroot results.
...
To ensure that it just returns a single package record for some given
arguments, as this helps to avoid poor performance of the store connection
object cache.
Performance with computing the cross derivations is important for the data
service, as it's currently very slow to process revisions.
* gnu/packages/rust.scm (make-rust-sysroot): Move code to
make-rust-sysroot/implementation.
(make-rust-sysroot/implementation): New variable.
Change-Id: Ibb30c7398328c87c032bb8828635a34ada935167
2024-01-12 12:06:57 +00:00
Christopher Baines
75a63e2a2e
gnu: guix-build-coordinator: Update to 0-94.c4c4f5a.
...
This also switches to use guile-next, which includes important fixes to
invalid unicode handling with suspendable ports, which is necessary for the
agent.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-94.c4c4f5a.
* gnu/services/guix.scm: Use guile-next for the coordinator service.
Change-Id: I853539a612fd0b41a6c63069c6291b3f42e5cdee
2024-01-12 12:06:56 +00:00
Aleksandr Vityazev
de9aafae17
gnu: icedove/wayland: Wrap quotes around ‘$@’ in the executable.
...
Fixes <https://issues.guix.gnu.org/66643 >.
* gnu/packages/gnuzilla (icedove/wayland)[arguments]: Wrap quotes around ‘$@’
in the executable script.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2024-01-12 12:57:45 +01:00
nafkhamdc
5960c3cdc4
gnu: Add r-azimuth.
...
* gnu/packages/bioinformatics.scm (r-azimuth): New variable.
Change-Id: I2b0d087378028663ee8d76ced8950f7a9721cb03
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-01-12 12:41:18 +01:00
Ricardo Wurmus
40f5a3ce43
gnu: python-sanic: Update to 23.12.1.
...
* gnu/packages/python-web.scm (python-sanic): Update to 23.12.1.
[build-system]: Use pyproject-build-system.
[arguments]: Use #:test-flags.
[propagated-inputs]: Add python-aioquic, python-html5tagger, python-tracerite,
and python-typing-extensions.
[native-inputs]: Remove gunicorn, python-isort, python-pytest-sugar, and
python-pytest-asyncio; add python-coverage, python-cryptography,
python-docutils, python-mypy, python-pygments, python-slotscheck,
python-towncrier, python-tox, and python-types-ujson.
Change-Id: I1bff804a6c2c038e0aacae821816f2a706029d37
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
d9aba13841
gnu: python-pytest-sanic: Relax requirement on websockets.
...
* gnu/packages/python-check.scm (python-pytest-sanic)[arguments]: Use plain
list; add 'relax-requirements phase.
[description]: Use complete sentence.
Change-Id: I3c21380b4aa208da8a92270b6748b620a4a2dcc0
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
2268de7972
gnu: python-sanic-testing: Update to 23.12.0.
...
* gnu/packages/python-web.scm (python-sanic-testing): Update to 23.12.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove 'loosen-requirements phase.
[propagated-inputs]: Remove python-websockets.
Change-Id: Ie1958070959692ae678ffeefda9ee8bafa86a5e6
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
4805153a17
gnu: python-sanic-routing: Update to 23.12.0.
...
* gnu/packages/python-web.scm (python-sanic-routing): Update to 23.12.0.
[build-system]: Use pyproject-build-system.
Change-Id: I1ff18b5c7ecc6560417086a4ba5cbf70114991c1
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
c62db10f94
gnu: rubberband: Propagate required libraries.
...
* gnu/packages/audio.scm (rubberband)[inputs]: Move fftw and libsamplerate
from here...
[propagated-inputs]: ...to here.
Change-Id: I0a2813fcad789b0609f1d300ec8508f4092665bf
2024-01-11 23:20:28 +01:00
Brendan Tildesley
761078ece0
gnu: Add easyeffects.
...
* gnu/packages/audio.scm (easyeffects): New variable.
Change-Id: Ie58da47abf7312708840fdec97f19f7aad3ea337
2024-01-11 23:20:28 +01:00
Brendan Tildesley
6ce72159cf
gnu: rubberband: Update to 3.3.0.
...
* gnu/packages/audio.scm (rubberband): Update to 3.3.0.
[build-system]: Use meson-build-system.
[arguments]: Enable tests; use libsamplerate over builtin resampler; use Guix
fftw over bundled version.
[inputs]: Add fftw and lv2.
[native-search-paths]: Add LV2 and LADSPA search paths.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
Change-Id: I0cf9e12147eaa8c747190cf305cbc209f86ee44a
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
f30f13b852
gnu: lilv: Update to 0.24.22.
...
* gnu/packages/audio.scm (lilv): Update to 0.24.22.
Change-Id: I290632adf5dacd41af9e7ca69dd12da7237d7237
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
88d67aad97
gnu: lilv: Enable tests.
...
* gnu/packages/audio.scm (lilv)[arguments]: Use G-expression; enable tests.
Change-Id: I22b36726caa903e26dc07806d7d57816f9841971
2024-01-11 23:20:28 +01:00
Brendan Tildesley
3d21e4f667
gnu: lilv: Update to 0.24.20.
...
* gnu/packages/audio.scm (lilv): Update to 0.24.20.
[build-system]: Use meson.
[arguments]: Remove.ldflag hack not needed with meson.
[home-page]: Append ".html".
Change-Id: Ia4edfe436d8bb45c937d77c385c3e472df335ca8
2024-01-11 23:20:28 +01:00
Brendan Tildesley
161ff430da
gnu: mda-lv2: Update to 1.2.10.
...
* gnu/packages/audio.scm (mda-lv2): Update to 1.2.10.
[build-system]: Use meson.
[arguments]: Remove unnecessary flags
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
9487e7b4de
gnu: sratom: Update to 0.6.16.
...
* gnu/packages/audio.scm (sratom): Update to 0.6.16.
Change-Id: I2ac0d532dcf2548cf80931e68b9a13782bfc1d9b
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
73ff86a61e
gnu: sratom: Enable tests.
...
* gnu/packages/audio.scm (sratom)[arguments]: Remove.
Change-Id: Ibf3bcf712b964d7e9470e338d76feede8c41fc15
2024-01-11 23:20:28 +01:00
Brendan Tildesley
78540ffe21
gnu: sratom: Update to 0.6.14.
...
* gnu/packages/audio.scm (sratom): Update to 0.6.14.
[build-system]: Use meson.
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
37fbc0a274
gnu: sord: Update to 0.16.16.
...
* gnu/packages/rdf.scm (sord): Update to 0.16.16.
[propagated-inputs]: Add zix.
Change-Id: I48f2bfef05d3c5f4e1cfd53dc1b147b9f7f44e75
2024-01-11 23:20:28 +01:00
Brendan Tildesley
813f344cff
gnu: sord: Enable tests.
...
* gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with
meson; enable tests.
[home-page]: Update.
Change-Id: I03017745594356c4fa714c211aa68101248605cd
2024-01-11 23:20:28 +01:00
Ricardo Wurmus
02ae792775
gnu: serd: Update to 0.32.0.
...
* gnu/packages/rdf.scm (serd): Update to 0.32.0.
Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb
2024-01-11 23:20:28 +01:00
Brendan Tildesley
4fe70e39ea
gnu: serd: Enable tests.
...
* gnu/packages/rdf.scm (serd)[arguments]: Remove.
[native-inputs]: Add python-minimal.
Change-Id: Ice5ceac6b432474b70a7dc171cd3a6bb68dc97fd
2024-01-11 23:20:27 +01:00
Brendan Tildesley
587d95d4b5
gnu: lv2: Update to 1.18.10.
...
* gnu/packages/audio.scm (lv2): Update to 1.18.10.
[build-system]: Use meson.
[arguments]: Enable tests.
2024-01-11 23:20:27 +01:00
Brendan Tildesley
d850428129
gnu: vamp: Update to 2.10.0.
...
* gnu/packages/audio.scm (vamp): Update to 2.10.0.
2024-01-11 23:20:27 +01:00
Efraim Flashner
637b72e2b8
gnu: llvm-cling: Fix build.
...
This is a follow-up to 15ba54d0e9
.
* gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases.
Change-Id: I12f048b1a6a350838572832ad33357046610b18d
2024-01-11 20:00:08 +02:00
Efraim Flashner
15ba54d0e9
gnu: llvm-12: Use gexps and simplify.
...
* gnu/packages/llvm.scm (llvm-12)[arguments]: Inherit from llvm-13.
Rewrite remaining new phase using gexps. Remove trailing #t from
phases.
(llvm-9)[arguments]: Adjust accordingly.
Change-Id: I7ba4e9954b4e8766e9e072696ab55303c1642315
2024-01-11 19:21:30 +02:00
David Thompson
8cc0687778
gnu: Update guile-gnutls to 3.7.14.
...
* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14.
Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973
2024-01-11 11:22:36 -05:00
Ricardo Wurmus
59706daf02
gnu: r-cytolib: Unbundle boost.
...
* gnu/packages/bioconductor.scm (r-cytolib)[source]: Remove bundled copy of
boost.
[arguments]: Change build system to link with existing boost library.
[inputs]: Add boost, openblas, protobuf, and zlib.
Change-Id: I3d1b7d10c80ddaf8ed8eedfe9178ab212ef48e8d
2024-01-11 17:10:24 +01:00
Guillaume Le Vaillant
24f000a49a
Merge branch 'lisp-team'
...
Change-Id: I4ec6ad695392c76c389224255477819fa686eecb
2024-01-11 16:49:24 +01:00
Maxim Cournoyer
3dd8bf94a9
gnu: ffmpeg-jami: Sync configure flags with upstream Jami.
...
After discovering that video didn't work with Jami, a closer look to the
configuration flags used by its ffmpeg fork found some discrepancies.
* gnu/packages/video.scm (ffmpeg-jami) [configure-flags]: Order the same way
as in the upstream rules.mk file, to ease comparison. Add "--disable-doc" and
"--enable-muxer=g723_1" flags.
Change-Id: I02efef9c434cf3150212e0a8eb9b615980242757
2024-01-11 09:22:13 -05:00
Ricardo Wurmus
002102983f
gnu: r-singler: Update to 2.4.1.
...
* gnu/packages/bioconductor.scm (r-singler): Update to 2.4.1.
Change-Id: I9b914f8194cf3317a3102c03a2cb1970f0583d9e
2024-01-11 14:41:31 +01:00
Ricardo Wurmus
c04ec0ed02
gnu: r-biocneighbors: Update to 1.20.2.
...
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2.
Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
2024-01-11 14:41:31 +01:00
Ricardo Wurmus
6972aba5ea
gnu: r-inspect: Update to 1.32.1.
...
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.32.1.
[propagated-inputs]: Remove r-gdata; add r-readxl.
Change-Id: I80ebb3d77076cd5b0cb04d83140098251d608afd
2024-01-11 14:41:31 +01:00
Ricardo Wurmus
4ca94066f1
gnu: r-genomicalignments: Update to 1.38.1.
...
* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.38.1.
Change-Id: I5309ec8dd3b464ba54bc94a7d0a5115cc38ecf40
2024-01-11 14:41:31 +01:00
Ricardo Wurmus
6e21d78b32
gnu: r-edger: Update to 4.0.6.
...
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.6.
Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
2024-01-11 14:41:31 +01:00
Greg Hogan
a2506761c4
gnu: sysstat: Update to 12.7.5.
...
* gnu/packages/linux.scm (sysstat): Update to 12.7.5.
[home-page]: Update URL.
[native-inputs]: Add gettext-minimal.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: I64e100786873c8cb4994d710aacddaf556783654
2024-01-11 20:40:28 +08:00
宋文武
b347c563d2
gnu: btop: Update to 1.3.0.
...
* gnu/packages/admin.scm (btop): Update to 1.3.0.
Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
2024-01-11 20:40:28 +08:00
Luis Henrique Gomes Higino
c73349d595
gnu: neovim: Update to 0.9.5.
...
* gnu/packages/vim.scm (neovim): Update to 0.9.5.
Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-01-11 20:40:28 +08:00
Ricardo Wurmus
a1761392bd
gnu: r-bigmemory: Update to 4.6.4.
...
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.6.4.
Change-Id: I32aca4e9aa339c7739e94304d40b0dff576e8d17
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
6d93c327df
gnu: r-synchronicity: Update to 1.3.10.
...
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10.
Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
ab9ffda17b
gnu: r-bigmemory-sri: Update to 0.1.8.
...
* gnu/packages/statistics.scm (r-bigmemory-sri): Update to 0.1.8.
Change-Id: I1c5f701ae24158fc0d8ada7a757cebdd3e27c4cc
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
2986c53a02
gnu: r-rlang: Update to 1.1.3.
...
* gnu/packages/statistics.scm (r-rlang): Update to 1.1.3.
Change-Id: I7a18cbc10b9e1aeeb90ccf80434b636ad1286ecc
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
6f7cd7039e
gnu: r-bh: Update to 1.84.0-0.
...
* gnu/packages/statistics.scm (r-bh): Update to 1.84.0-0.
Change-Id: I2adf2685824a7c6a4445b1a13bee88b53142c20e
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
f115d679f6
gnu: r-paws-compute: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-compute): Update to 0.5.0.
Change-Id: I41bd64bd906569cb2b85a908458753b0d06fd545
2024-01-11 11:45:26 +01:00
Ricardo Wurmus
3c6be7289f
gnu: r-paws-storage: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-storage): Update to 0.5.0.
Change-Id: I38d9e99c5452137115c8d95022dd35127c84b798
2024-01-11 11:45:25 +01:00
Ricardo Wurmus
3cc5c2b0cf
gnu: r-paws-database: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-database): Update to 0.5.0.
Change-Id: I80696e676c497b855ab3e71555d0e39204cda9e8
2024-01-11 11:45:25 +01:00
Ricardo Wurmus
d899677db1
gnu: r-paws-networking: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-networking): Update to 0.5.0.
Change-Id: Icc485caf75516157857a28b21e68bb269428a84d
2024-01-11 11:45:25 +01:00
Ricardo Wurmus
510486547e
gnu: r-paws-management: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-management): Update to 0.5.0.
Change-Id: I65d0a7b11a4f81e55ed328290b17ec4498f996dc
2024-01-11 11:45:25 +01:00
Ricardo Wurmus
07bdcaebbe
gnu: r-paws-machine-learning: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-machine-learning): Update to 0.5.0.
Change-Id: I4b5b281d41c161a9e3426d995f3b31fad8a24f84
2024-01-11 11:45:24 +01:00
Ricardo Wurmus
2acbf9bd08
gnu: r-paws-analytics: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-analytics): Update to 0.5.0.
Change-Id: Ib57db7a535843486b520fd4c00d9288be2456860
2024-01-11 11:45:24 +01:00
Ricardo Wurmus
11e9b45cd4
gnu: r-paws-security-identity: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-security-identity): Update to 0.5.0.
Change-Id: Ib2250b9ab5a2930b01196ea38954059fe541c867
2024-01-11 11:45:24 +01:00
Ricardo Wurmus
81e46a98cf
gnu: r-paws-application-integration: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-application-integration): Update to 0.5.0.
Change-Id: I31dd328a85ca54b92aa4e03a1bea6575ceaf7f64
2024-01-11 11:45:24 +01:00
Ricardo Wurmus
35999bd7cf
gnu: r-paws-end-user-computing: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-end-user-computing): Update to 0.5.0.
Change-Id: I10f4569db639bc4fc9cd2404e9a4a6c67bd79ace
2024-01-11 11:45:23 +01:00
Ricardo Wurmus
9caf82ceb3
gnu: r-paws-developer-tools: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-developer-tools): Update to 0.5.0.
Change-Id: Icd2ed6a90b8df01c57a8a9c41320020daaa86164
2024-01-11 11:45:23 +01:00
Ricardo Wurmus
2aa8f2901a
gnu: r-paws-customer-engagement: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-paws-customer-engagement): Update to 0.5.0.
Change-Id: Ibcde22d17c635d8bfed08bc0464d58be2e87646d
2024-01-11 11:45:23 +01:00
Ricardo Wurmus
c50cdf204f
gnu: r-paws-common: Update to 0.7.0.
...
* gnu/packages/cran.scm (r-paws-common): Update to 0.7.0.
Change-Id: I3eef5a808b6b0918ffa6b15a01f9d1937301b352
2024-01-11 11:45:23 +01:00
Ricardo Wurmus
32ce535353
gnu: r-mlr3: Update to 0.17.2.
...
* gnu/packages/cran.scm (r-mlr3): Update to 0.17.2.
Change-Id: I873e6c338e99624750da248083b8c650772dc19d
2024-01-11 11:45:22 +01:00
Ricardo Wurmus
a08a55e6ac
gnu: r-stanheaders: Update to 2.32.5.
...
* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.5.
Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
2024-01-11 11:45:22 +01:00
Ricardo Wurmus
51a6d1dd2f
gnu: r-patchwork: Update to 1.2.0.
...
* gnu/packages/cran.scm (r-patchwork): Update to 1.2.0.
Change-Id: I10574362f942182b47d29d73747355cec2d7111a
2024-01-11 11:45:22 +01:00
Ricardo Wurmus
309f042a29
gnu: r-gbm: Update to 2.1.9.
...
* gnu/packages/cran.scm (r-gbm): Update to 2.1.9.
Change-Id: I2612b6656545b092e8d3ea17c6cf355f5aa0466f
2024-01-11 11:45:22 +01:00
Ricardo Wurmus
7ed2a46a3d
gnu: r-yulab-utils: Update to 0.1.3.
...
* gnu/packages/cran.scm (r-yulab-utils): Update to 0.1.3.
Change-Id: Icac6a3048d7c1f6b2dc007027a2acfb34e927930
2024-01-11 11:45:21 +01:00
Ricardo Wurmus
3f37d72acb
gnu: r-compositions: Update to 2.0-7.
...
* gnu/packages/cran.scm (r-compositions): Update to 2.0-7.
Change-Id: I79365ad9f61257a1e8feb4697f51db9615845813
2024-01-11 11:45:21 +01:00
Ricardo Wurmus
2e7f7b8a2f
gnu: r-targets: Update to 1.4.1.
...
* gnu/packages/cran.scm (r-targets): Update to 1.4.1.
Change-Id: Ifc7b526b2f0b198875111a17568f40f660a1ac9d
2024-01-11 11:45:21 +01:00
Ricardo Wurmus
ab144d871b
gnu: r-tarchetypes: Update to 0.7.11.
...
* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.11.
Change-Id: Ia87abdf6690b3db8e43be009e8948777293f0ead
2024-01-11 11:45:21 +01:00
Ricardo Wurmus
5a655bab8f
gnu: r-writexls: Update to 6.5.0.
...
* gnu/packages/cran.scm (r-writexls): Update to 6.5.0.
Change-Id: I148760efa41cc8b4c6762638629f79296e61ca7a
2024-01-11 11:45:20 +01:00
Ricardo Wurmus
10f25e5e73
gnu: r-ggrepel: Update to 0.9.5.
...
* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.5.
Change-Id: Ib87cbfacc9f3fce1d1e4bc0d9cbb0fb467522bfb
2024-01-11 11:45:20 +01:00
Ricardo Wurmus
b6b6465da3
gnu: r-rcpp: Update to 1.0.12.
...
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.12.
Change-Id: Ia0e182858d8693d00d646bf4f4f38e064674f5bc
2024-01-11 11:45:20 +01:00
Ricardo Wurmus
7e9cdd4a0b
gnu: r-glue: Update to 1.7.0.
...
* gnu/packages/cran.scm (r-glue): Update to 1.7.0.
Change-Id: Ic843c657fe483c677af10b7a98bdb654d0441561
2024-01-11 11:45:20 +01:00
Ricardo Wurmus
273ce26a8c
gnu: r-reprex: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-reprex): Update to 2.1.0.
Change-Id: I3c5e7f79cd7b6171ae9ec4562ce8866455f05ae6
2024-01-11 11:45:19 +01:00
Ricardo Wurmus
16aa6d4fc3
gnu: r-astsa: Update to 2.1.
...
* gnu/packages/cran.scm (r-astsa): Update to 2.1.
Change-Id: Ia3ceb05742c9acdd8fbb117f342d526bf7ee1bc1
2024-01-11 11:45:19 +01:00
Ricardo Wurmus
2383da330d
gnu: r-ggpp: Update to 0.5.6.
...
* gnu/packages/cran.scm (r-ggpp): Update to 0.5.6.
Change-Id: Ib9a5bb2ff59381f301f481e189a196706cdbb928
2024-01-11 11:45:19 +01:00
Ricardo Wurmus
e007e93b63
gnu: r-zcompositions: Update to 1.5.0-1.
...
* gnu/packages/cran.scm (r-zcompositions): Update to 1.5.0-1.
Change-Id: I472ebcf9f2d3f1d401f19b4a67b27bb892249cac
2024-01-11 11:45:19 +01:00
Ricardo Wurmus
5d855222a4
gnu: r-castor: Update to 1.8.0.
...
* gnu/packages/cran.scm (r-castor): Update to 1.8.0.
[propagated-inputs]: Add r-jsonlite.
Change-Id: I00ffcf5cbcd4badf644ec2572421c6df31792670
2024-01-11 11:45:18 +01:00
Ricardo Wurmus
1f37c81400
gnu: r-rcurl: Update to 1.98-1.14.
...
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.14.
[native-inputs]: Move libxml2 from here...
[inputs]: ...to here.
Change-Id: Ib1b3326a997c7f56053715682b43606b3153c140
2024-01-11 11:44:33 +01:00
Ricardo Wurmus
1f452641c5
gnu: r-rstan: Update to 2.32.5.
...
* gnu/packages/cran.scm (r-rstan): Update to 2.32.5.
[properties]: Tell updater to leave tzdata-for-tests.
Change-Id: I8a12fdea4a0197fae1610826be9ccb856c25afb7
2024-01-11 11:43:51 +01:00
Ricardo Wurmus
10be2ba0e5
gnu: r-topicmodels: Update to 0.2-16.
...
* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-16.
[properties]: Tell updater not to remove GSL from inputs.
Change-Id: I7940d546af32240b3a45bc64f7b1b2361ea8bf0f
2024-01-11 11:32:01 +01:00
Ricardo Wurmus
5e7d139461
gnu: r-rpostgresql: Update to 0.7-6.
...
* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-6.
[properties]: Tell updater not to remove postgresql input.
Change-Id: Id88180f2781022b1554286f4beee85183ff474ac
2024-01-11 11:18:06 +01:00
Ricardo Wurmus
b52234c016
gnu: r-readr: Update to 2.1.5.
...
* gnu/packages/statistics.scm (r-readr): Update to 2.1.5.
Change-Id: If3329e6b01db9fb457491ac44cdbbc97b0ec7c7c
2024-01-11 11:15:18 +01:00
Ricardo Wurmus
6341dddcb9
gnu: python-afdko: Disable failing test.
...
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Disable
test_alt_missing_glyph.
Change-Id: I49f9d27f61955fe2bf9dd9d5cf22499e813ff3d0
2024-01-11 08:09:38 +01:00
Guillaume Le Vaillant
f122f2bead
gnu: sbcl: Fix riscv build.
...
* gnu/packages/patches/sbcl-fix-riscv-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.
Change-Id: I63f1b9a7a7b6f3a1961d0a0cb31189b74a60abc3
2024-01-10 22:57:43 +01:00
Ricardo Wurmus
3bf2465faa
gnu: openjdk11: Fix time bomb in ‘GenerateCurrencyData.java’.
...
Fixes <https://issues.guix.gnu.org/68333 >, as well.
This is a companion to commit 5c0f77f424
.
* gnu/packages/java.scm (openjdk11)[source]: Add patch.
Change-Id: I5ff53b8dd90598721a6c3814980c6553013b347c
2024-01-10 22:26:23 +01:00
Ricardo Wurmus
d255944400
gnu: openjdk10: Simplify.
...
* gnu/packages/java.scm (openjdk10)[arguments]: Remove trailing #T from build
phase.
Change-Id: Icdb082b250704fe6de3a5e4323f29fa5db8446c7
2024-01-10 22:10:15 +01:00
Ricardo Wurmus
fc891f004a
gnu: openjdk10: Fix time bomb in ‘GenerateCurrencyData.java’.
...
Fixes <https://issues.guix.gnu.org/68333 >, as well.
This is a companion to commit 5c0f77f424
.
* gnu/packages/java.scm (openjdk10)[source]: Add patch.
* gnu/packages/patches/openjdk-currency-time-bomb2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Change-Id: I42fc14d305883f672cd6764a0ee6462852e41a5b
2024-01-10 22:09:49 +01:00
Ricardo Wurmus
a252ab6f88
gnu: Fix patch location.
...
This is a follow-up to commit db7488a7fb
.
* gnu/local.mk (dist_patch_DATA): Restore "packages/" prefix.
Change-Id: I1f8e420e75c3f4e1927dac935c2de337fd1306eb
2024-01-10 22:07:57 +01:00
Ricardo Wurmus
cf11f07588
gnu: openjdk9: Simplify.
...
* gnu/packages/java.scm (openjdk9)[source]: Remove BEGIN.
[arguments]: Delete trailing #T from build phases.
Change-Id: If011dc595c1b9b0d79fd5bb727a8680d1ad4d100
2024-01-10 21:54:16 +01:00
Ricardo Wurmus
db7488a7fb
gnu: openjdk9: Fix time bomb in ‘GenerateCurrencyData.java’.
...
Fixes <https://issues.guix.gnu.org/68333 >, as well.
This is a companion to commit 5c0f77f424
.
* gnu/packages/java.scm (openjdk9)[source]: Add patch.
* gnu/packages/patches/openjdk-currency-time-bomb.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Change-Id: I45ca1fe5bad922307eba64d46a330a8f233c0f55
2024-01-10 21:52:33 +01:00
Ricardo Wurmus
6c453e04b8
gnu: python-distributed: Disable breaking test.
...
This test times out since the merge of the mesa-updates branch.
* gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
test_tell_workers_when_peers_have_left.
Change-Id: Ib65b971a3a821ea13d36a4be60658ffc366ca6ac
2024-01-10 20:35:28 +01:00
nafkhamdc
c1fda6cf61
gnu: Add r-jaspar2020.
...
* gnu/packages/bioconductor.scm (r-jaspar2020): New variable.
Change-Id: I84f0fc2a7defc5d179ffc24aa1f30177cb3b3060
2024-01-10 18:39:13 +01:00
nafkhamdc
feab3943c1
gnu: Add r-dsb.
...
* gnu/packages/bioconductor.scm (r-dsb): New variable.
Change-Id: I34b91da1ae177bd37cfa548c5f6fede453f29bcd
2024-01-10 18:39:13 +01:00
nafkhamdc
db75afb4c5
gnu: r-signac: Update to 1.12.0-1.8ecdde2.
...
* gnu/packages/bioinformatics.scm (r-signac): Update to 1.12.0-1.8ecdde2.
Change-Id: Ib852f7a23768383fc62d60577f2aaa893c509317
2024-01-10 18:39:13 +01:00
nafkhamdc
2ec29a8c11
gnu: Add r-escape.
...
* gnu/packages/bioconductor.scm (r-escape): New variable.
Change-Id: Ia308f9c90fa81c3304f97daa4f56ae4cd722d5cc
2024-01-10 18:39:13 +01:00
Ricardo Wurmus
6688e9f4bd
gnu: Add python-telomerecat.
...
* gnu/packages/bioinformatics.scm (python-telomerecat): New variable.
Change-Id: Ice4cd367cab677466630f44f6900fc38e3be350c
2024-01-10 18:39:13 +01:00
Ricardo Wurmus
16a277e0a9
gnu: Add python-parabam.
...
* gnu/packages/bioinformatics.scm (python-parabam): New variable.
Change-Id: I66ccf5fd0647f908f1cefd38f0d92e589a81683b
2024-01-10 18:39:13 +01:00
Ludovic Courtès
5c0f77f424
gnu: icedtea: Fix time bomb in ‘GenerateCurrencyData.java’.
...
Fixes <https://issues.guix.gnu.org/68333 >.
* gnu/packages/java.scm (icedtea-7)[drop]: Add optional ‘patches’
parameter and honor it.
[native-inputs]: Add patch for “jdk-drop”.
(icedtea-8): Likewise.
* gnu/packages/patches/jdk-currency-time-bomb.patch,
gnu/packages/patches/jdk-currency-time-bomb2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Change-Id: I3b4cf562ce4bedb87ce0e7c289e431fbb0dbb6f8
2024-01-10 16:42:03 +01:00
Zheng Junjie
a126e8120d
gnu: mesa: Fix cross-compilation.
...
* gnu/packages/gl.scm(mesa)[arguments]<#:phases>: When cross-compiling, force
the use of the cmake method to find llvm.
Change-Id: I27f6f4d9d71028c15588eeade48d3a918c042b9c
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-10 15:29:11 +01:00
Zheng Junjie
6401efb554
gnu: yaml-cpp: Update to 0.8.0.
...
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.8.0.
Change-Id: I927111f2d103dbb30ff336b64dd4ab90c22312a0
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-10 15:25:45 +01:00
Guillaume Le Vaillant
749c3e016a
Merge branch 'master' into lisp-team
...
Change-Id: I6c2ce53e782a00861c3adf01c2505099daef7728
2024-01-10 14:04:40 +01:00
Andre A. Gomes
537768018e
gnu: Add cl-stripe.
...
* gnu/packages/lisp-xyz.scm (sbcl-stripe): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Ideeff671b8577bcfceb241a86624ac26f1d077f7
2024-01-10 10:53:01 +01:00
Andre A. Gomes
d34fe10018
gnu: nyxt: Update to 3.11.0.
...
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-10 10:13:42 +01:00
Andre A. Gomes
d8ddf42712
gnu: cl-prompter: Update to 0.1.1-0.7890ed5.
...
* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.1-0.7890ed5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I65a7d23d4a889c1d7c4821e83b8ea3a56701a5c8
2024-01-10 10:09:56 +01:00
Maxim Cournoyer
58ab25a2ce
tests: telephony: Fix typo.
...
* gnu/tests/telephony.scm: Fix typo.
Series-to: 65371@debbugs.gnu.org
Series-postfix: telephony-team
Series-version: 2
Change-Id: I3eb048b8cdd1335c45ffb61b08425a18a2e7a4b2
2024-01-09 22:10:14 -05:00
Wojtek Kosior
693a4785be
tests: telephony: Fix VPATH builds.
...
* gnu/tests/telephony.scm (%jami-account-content-sexp): New variable. Compute
its value with `read` instead of using `include`.
* gnu/tests/data/jami-dummy-account.dat (%jami-account-content-sexp): Remove
variable. Make the file contain just the S-expression.
Change-Id: I8d37aaf7b739f5f39715bfb8a9b8c9536385fd09
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-09 22:10:13 -05:00
Maxim Cournoyer
c5fb46685f
gnu: jami-docs: Update to 0.0.0-2.a48997d.
...
* gnu/packages/jami.scm (jami-docs): Update to 0.0.0-2.a48997d.
Change-Id: I0c6ee456dec6251a66d1566c855069f3ecf2e44e
2024-01-09 22:10:13 -05:00
Maxim Cournoyer
8237f4e997
gnu: jami: Update to 20231222.2.
...
* gnu/packages/jami.scm (%jami-version): Rename to...
(%jami-nightly-version): ... this. Update to 20231222.2.
(%jami-daemon-commit): New variable.
(%jami-sources): Delete variable.
(libjami) Adjust source to use %jami-nightly-version, %jami-daemon-commit.
[source]: Fetch from git. Apply libjami-ac-config-files.patch.
[arguments] <make-flags>: Skip ut_media_player test.
<phases>: Add extend-scheduler-test-timeout and extend-scheduler-test-timeout
phases.
[inputs]: Replace dbus-c++ with sdbus-c++.
Add dhtnet. Replace libgit2 with libgit2-1.6.
(jami): Set version to %jami-nightly-version.
[source]: Fetch from git. Apply new jami-qml-tests-discovery.patch,
jami-skip-tests-requiring-internet.patch and jami-unbundle-dependencies.patch
patches.
[arguments] <configure-flags>: Add -DWITH_DAEMON_SUBMODULE=OFF.
<phases>: Delete change-directory/maybe.
Adjust check phase. Add fake-x11-environment,
copy-3rdparty-source-dependencies and disable-problematic-tests phases.
[inputs]: Add md4c and tidy-html.
* gnu/packages/patches/jami-qml-tests-discovery.patch: New file.
* gnu/packages/patches/libjami-ac-config-files.patch: Likewise.
* gnu/packages/patches/jami-skip-tests-requiring-internet.patch: Likewise.
* gnu/packages/patches/jami-unbundle-dependencies.patch: Likewise.
* gnu/packages/patches/jami-libjami-headers-search.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/patches/jami-disable-integration-tests.patch: Adjust patch.
Series-changes: 2
- Update Jami to latest nightly version (20231222.2)
Change-Id: If30f1178bdfa29c4ea3e54dbb7997e360788adae
2024-01-09 22:10:13 -05:00
Maxim Cournoyer
d9c9b97e93
gnu: Add sortfilterproxymodel.
...
* gnu/packages/jami.scm (sortfilterproxymodel): New variable.
Change-Id: I7c46fce26d5fcdc98e8646e65dd119155a8b9287
2024-01-09 22:10:13 -05:00
Maxim Cournoyer
de002b93db
gnu: ffmpeg-jami: Relocate to (gnu packages video).
...
To avoid Guile module dependency cycles, inherited packages must be defined in
the same module. Use this opportunity to simplify the patches applying
mechanism, versioning custom patches the same as for other packages.
* gnu/packages/patches/ffmpeg-jami-change-RTCP-ratio.patch: New file.
* gnu/packages/patches/ffmpeg-jami-rtp_ext_abs_send_time.patch: Likewise.
* gnu/packages/patches/ffmpeg-jami-libopusdec-enable-FEC.patch: Likewise.
* gnu/packages/patches/ffmpeg-jami-libopusenc-enable-FEC.patch: Likewise.
* gnu/packages/patches/ffmpeg-jami-libopusenc-reload-packet-loss-at-encode.patch:
Likewise.
* gnu/packages/patches/ffmpeg-jami-remove-mjpeg-log.patch: Likewise.
* gnu/packages/patches/ffmpeg-jami-screen-sharing-x11-fix.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/jami.scm (jami-apply-custom-patches): Delete procedure.
(%ffmpeg-default-configure-flags): Delete variable.
(ffmpeg-compose-configure-flags): Delete procedure.
(ffmpeg-jami): Move to...
* gnu/packages/video.scm (ffmpeg-jami): ... here. Apply patches to origin and
repatriate configure flags.
Change-Id: Id374fae18240cd76b224915d80b61422635ccb77
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
5a38120c67
gnu: ffmpeg-jami: Update configure flags.
...
* gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Add new flags.
Change-Id: I1bac70e7b0ec58c46348a7138f7260b40cdf79f8
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
202b16e31a
gnu: pjproject-jami: Update and relocate.
...
* gnu/packages/jami.scm (pjproject-jami): Move to...
* gnu/packages/telephony.scm (pjproject-jami): ... here. Update to latest
commit.
[arguments]: Use same configure flags as done in Jami/DhtNet projects.
Change-Id: I638364ebc94f17762ee072311b5fe439b7c6f837
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
88f294cc14
gnu: Add dhtnet.
...
* gnu/packages/networking.scm (dhtnet): New variable.
Change-Id: I91cc3541f476c8614be35b1ae7cb1740690f685a
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
79bd3c685f
gnu: opendht: Update to 3.1.7.
...
* gnu/packages/networking.scm (opendht): Update to 3.1.7.
[arguments]: Add a new relax-test-timeouts phase.
Change-Id: Ida7fe021599e9c469e49f6540a908e80b7264241
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
edb03ceb60
gnu: msgpack: Deprecate with msgpack-c.
...
* gnu/packages/serialization.scm (msgpack-c): New variable.
(msgpack-cxx): New variable.
(msgpack): Rename to...
(msgpack-3): ... this, and inherit from msgpack-c.
* gnu/packages/vim.scm (eovim) [arguments]: Add help-cmake-find-msgpack-c
phase.
[inputs]: Replace msgpack with msgpack-c.
* gnu/packages/terminals.scm (tmate)
[inputs]: Replace msgpack with msgpack-3.
* gnu/packages/networking.scm (opendht)
[propagated-inputs]: Replace msgpack with msgpack-cxx.
* gnu/packages/chemistry.scm (mmtf-cpp) [propagated-inputs]: Likewise.
2024-01-09 22:10:12 -05:00
Maxim Cournoyer
504b46cd87
gnu: libnatpmp: Update to 20230423-0.6a850fd.
...
* gnu/packages/networking.scm (libnatpmp): Update to 20230423-0.6a850fd.
[source]: Fetch from git.
[build-system]: Use cmake-build-system.
[arguments]: Add patch-build-system and fix-version phases. Reinstate
configure and check phase, but set #:tests? to #f. New #:configure-flags
argument.
[native-inputs]: Add which.
2024-01-09 22:10:11 -05:00
Maxim Cournoyer
0860b612f2
gnu: restinio: Update to 0.7.1.
...
* gnu/packages/networking.scm (restinio): Update to 0.7.1.
[arguments] <configure-flags>: Remove RESTINIO_FIND_DEPS,
RESTINIO_USE_EXTERNAL_HTTP_PARSER and RESTINIO_USE_EXTERNAL_SOBJECTIZER
configure flags. Add -DRESTINIO_DEP_LLHTTP=system, -DRESTINIO_DEP_FMT=system,
-DRESTINIO_DEP_EXPECTED_LITE=system and -DRESTINIO_WITH_SOBJECTIZER=OFF.
<phases>: Add use-system-catch2.
[native-inputs]: Remove clara. Replace catch2 with catch2-3.
[propagated-inputs]: Replace http-parser with llhttp.
(restinio-0.6): New variable.
(opendht) [propagated-inputs]: Replace restinio with restinio-0.6.
Change-Id: Id69fde5e2c476d7e44b8dd6e065c489314707c31
2024-01-09 22:10:11 -05:00
Maxim Cournoyer
6f20c8df0e
gnu: Add xdiff.
...
* gnu/packages/version-control.scm (xdiff): New variable.
2024-01-09 22:10:11 -05:00
Maxim Cournoyer
39bd088e75
gnu: Add llhttp.
...
* gnu/packages/web.scm (llhttp): New variable.
Change-Id: I3c0475ff6d86a16f51d8870577808ce97ee66a92
2024-01-09 22:10:11 -05:00
Maxim Cournoyer
0ec349078f
gnu: Add expected-lite.
...
* gnu/packages/cpp.scm (expected-lite): New variable.
Change-Id: I5a21dd631e1f2a3c97b920efcdca69f2537b42da
2024-01-09 22:10:11 -05:00
Maxim Cournoyer
45d07a0b01
gnu: catch2-3: Update to 3.5.1.
...
* gnu/packages/check.scm (catch2-3.3): Rename to...
(catch2-3): ... this. Update to 3.5.1.
* gnu/packages/logging.scm (spdlog) [native-inputs]: Rename catch2-3.3 to
catch2-3.
* gnu/packages/potassco.scm (clingo) [inputs]: Likewise.
Change-Id: Ied7724597ff4c6371dc4fedc10452ae870d23933
2024-01-09 22:10:10 -05:00
Maxim Cournoyer
1e35c18c86
gnu: asio: Update to 1.28.0.
...
* gnu/packages/networking.scm (asio): Update to 1.28.0.
Change-Id: I517fb9c6c52c5b5e5c41c5760c06eca6750d3765
2024-01-09 22:10:10 -05:00
Maxim Cournoyer
9e9e373751
gnu: libnatpmp: Update home page.
...
* gnu/packages/networking.scm (libnatpmp) [home-page]: Update.
2024-01-09 22:10:10 -05:00
Maxim Cournoyer
c235957534
gnu: libnatpmp: Use gexps and simplify.
...
* gnu/packages/networking.scm (libnatpmp) [arguments]: Use gexps. Use gexp
variables and cc-for-target in make flags.
2024-01-09 22:10:10 -05:00
Nicolas Goaziou
8fefe1b345
gnu: emacs-repology: Update to 1.2.4.
...
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.4.
Change-Id: I72b0801ba732a4f34a2891f04d3d1b62674a1bd3
2024-01-09 22:44:37 +01:00
Wilko Meyer
6e76509d24
gnu: linux-libre 4.14: Update to 4.14.335.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.335.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
Change-Id: I071427a52f188d599f28703374f5b7c42314777c
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:10 -05:00
Wilko Meyer
11baa979ef
gnu: linux-libre 4.19: Update to 4.19.304.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.304.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Change-Id: I14f228aa3b4a57417d7f8c392dc647709f599fac
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:10 -05:00
Wilko Meyer
029dd48301
gnu: linux-libre 5.4: Update to 5.4.266.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Change-Id: Ia1578dc94d3172735e5765ee90c46f865412810a
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:06 -05:00
Troy Figiel
a1a645337a
gnu: Add python-ripser.
...
* gnu/packages/machine-learning.scm (python-ripser): New variable.
Change-Id: I21b42e555a5017e68cf43a6eaa19d991db36723d
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:44 +01:00
Troy Figiel
7d25add8dd
gnu: Add python-persim.
...
* gnu/packages/machine-learning.scm (python-persim): New variable.
Change-Id: I914071a90b4555d7d1218ce83337d49298effb01
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
e00314c406
gnu: Add python-hopcroftkarp.
...
* gnu/packages/machine-learning.scm (python-hopcroftkarp): New variable.
Change-Id: I444f0371526d7a69d31363c228d5f7818bcf60dd
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
fe9a30f2f6
gnu: Add python-multimethod.
...
* gnu/packages/python-xyz.scm (python-multimethod): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
185ebc01f6
gnu: Add python-pyreadstat.
...
* gnu/packages/patches/python-pyreadstat-link-libiconv.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/statistics.scm (python-pyreadstat): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I361df91487412e4bfd26fb728a6999752e6343e5
2024-01-09 10:19:43 +01:00
Troy Figiel
76470d47c5
gnu: python-h5py: Reformat with guix style.
...
* gnu/packages/python-xyz.scm (python-h5py): Reformat with guix style.
Change-Id: I9c8fabcb8a438909ff70a2c98c9e01b3a82079f3
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
def734936f
gnu: python-h5py: Enable tests.
...
* gnu/packages/python-xyz.scm (python-h5py)[native-inputs]: Add python-ipython and python-pytest.
Change-Id: Ia1cae8bce802805c9d9b38a3bf515423f9b719b4
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
67c3d230dc
gnu: Add python-portend.
...
* gnu/packages/python-web.scm (python-portend): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
da2c300519
gnu: Add python-jaraco-collections.
...
* gnu/packages/python-xyz.scm (python-jaraco-collections): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
5137af3e20
gnu: Add python-jaraco-text.
...
* gnu/packages/python-xyz.scm (python-jaraco-text): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:43 +01:00
Troy Figiel
2de3f4d43c
gnu: Add python-zc-lockfile.
...
* gnu/packages/python-web.scm (python-zc-lockfile): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
687a1fdaae
gnu: Add python-pytest-dotenv.
...
* gnu/packages/check.scm (python-pytest-dotenv): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
755a995710
gnu: Add python-python-snappy.
...
* gnu/packages/python-compression.scm (python-python-snappy): New variable.
2024-01-09 10:19:43 +01:00
Troy Figiel
74c5a6afa6
gnu: Add python-hdf5storage.
...
* gnu/packages/python-xyz.scm (python-hdf5storage): New variable.
Change-Id: If54c5f4b634658854bbe9312dce194643fe23733
2024-01-09 10:19:42 +01:00
Zheng Junjie
53d9190efd
gnu: glew: Fix cross-compiling.
...
* gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling, add
cmake-minimal-cross.
[arguments]: Adjust 'fix-cross-compiling to find llvm.
* gnu/packages/llvm.scm (llvm-for-mesa)
[arguments]<#:configure-flags>: When cross-compiling, set
-DBUILD_SHARED_LIBS:BOOL=TRUE and -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE,
remove -DLLVM_LINK_LLVM_DYLIB.*.
<#:phases>: When cross-compiling, remove the 'delete-static-libraries phase.
Change-Id: If10dec7695e62604e080230e10f2b8d7167f660b
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09 10:19:42 +01:00
Guillaume Le Vaillant
ea832b44b7
gnu: sbcl: Fix build on powerpc64.
...
* gnu/packages/patches/sbcl-fix-ppc64-build.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.
Change-Id: If81321bc7e4075ac7ec63f7b8d623011b4b975d5
2024-01-09 10:04:20 +01:00
Wilko Meyer
c18052f5d0
gnu: linux-libre 5.10: Update to 5.10.206.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.206.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Id7c119c07c08308150354ffc593ec9bd9c13fa46
2024-01-09 00:28:49 -05:00
Wilko Meyer
3a8e676f97
gnu: linux-libre 5.15: Update to 5.15.146.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.146.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Idb7ede0fc8d4bca3edcd267e6d215dfb98ff5c94
2024-01-09 00:28:48 -05:00
Wilko Meyer
aa97de83a0
gnu: linux-libre 6.1: Update to 6.1.71.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.71.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Ifabe9ec0d18d940b10e29f14e00878a89e8767a7
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:48 -05:00
Wilko Meyer
7029d2c781
gnu: linux-libre 6.6: Update to 6.6.10.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.10.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ie6295d69e1d732436c43e603b63cb1516bf73ace
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:44 -05:00
Ludovic Courtès
3eac1c82f7
services: bitlbee: Use ‘make-inetd-constructor’ unconditionally.
...
This construct was introduced in Shepherd 0.9.0.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Use
‘make-inetd-constructor’ unconditionally.
Change-Id: Id1b79077d60609c7f95439ee0d097dfe6e66dd2e
2024-01-08 23:14:46 +01:00
Ludovic Courtès
1964531ce5
home: services: shepherd: Use the 0.10.x interface.
...
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Pass ‘register-services’ a list. Call ‘start-in-the-background’
unconditionally.
Change-Id: Id7ba005949653a9ac065c47eddb425df4f4792aa
2024-01-08 23:14:46 +01:00
Ludovic Courtès
477d4f7d24
services: shepherd: Use the 0.10.x GOOPS-less interface.
...
* gnu/services/shepherd.scm (%default-modules): Remove (oop goops).
(shepherd-service-file): Use (service …) instead of (make <service> …).
Use ‘actions’ instead of ‘make-actions’.
(scm->go): Remove use of (oop goops).
(shepherd-configuration-file): Pass ‘register-services’ a list.
Use ‘start-in-the-background’ unconditionally.
Change-Id: I0ad1ba32e339c56ee31e59f160b53d3581277d97
2024-01-08 23:14:46 +01:00
Ludovic Courtès
b973480dc9
system: hurd: Use the Shepherd 0.10.x.
...
* gnu/system.scm (hurd-default-essential-services): Remove reference to
‘shepherd-0.8’.
* gnu/system/hurd.scm (%base-packages/hurd): Replace ‘shepherd-0.8’ with
‘shepherd-0.10’.
Change-Id: I9f1800693cda456286450d3d0bb6f7e3da85d55e
2024-01-08 23:14:46 +01:00
Ludovic Courtès
4e0b93ce73
tests: childhurd: Increase SSH connection timeout.
...
* gnu/tests/virtualization.scm (run-childhurd-test)[run-command-over-ssh]:
Pass #:timeout.
Change-Id: I44bb3673457275fe3a8ec0af2e364292727f53a8
2024-01-08 23:14:46 +01:00
Ludovic Courtès
6c561e7593
services: openssh: Add dependency on ‘networking’.
...
* gnu/services/ssh.scm (openssh-shepherd-service): Add ‘networking’ to
‘requirement’.
Change-Id: I14c48fe40cce86810a544de6bb7f925bc360653a
2024-01-08 23:14:45 +01:00
Ludovic Courtès
766ac72dba
gnu: guile-fibers: Apply upstream patch fixing libevent timers.
...
* gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it.
Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
2024-01-08 23:13:53 +01:00
Oleg Pykhalov
519e1e3eb8
scripts: system: Build layered images.
...
* guix/scripts/system.scm (show-help, %docker-format-options, %options,
%default-options, show-docker-format-options,
show-docker-format-options/detailed, process-action): Handle '--max-layers'
option.
* gnu/system/image.scm (system-docker-image): Same.
* gnu/image.scm (<image>)[max-layers]: New record field.
Change-Id: I2726655aefd6688b976057fd5a38e9972ebfc292
2024-01-08 21:22:44 +03:00
Oleg Pykhalov
bdf0ba4ca1
tests: docker-system: Increase image size.
...
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.
Change-Id: If88588d8981efdfdc539460900f1cbb9a663f9cb
2024-01-08 21:04:44 +03:00
John Kehayias
7a7c8920ae
Merge branch 'mesa-updates'
...
Change-Id: I671d2733eac4c021eed191fc6bb61ea5492c3740
2024-01-08 12:04:58 -05:00
Oleg Pykhalov
9018c6af49
gnu: obs: Fix VLC plugin.
...
* gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH.
Change-Id: If22b5294284ea500da0e6d9ee4d4bbcc765c6771
2024-01-08 13:55:39 +03:00
Efraim Flashner
728d471d73
gnu: json-glib: Fix cross-compiling.
...
* gnu/packages/gnome.scm (json-glib)[native-inputs]: Only add more
inputs when not cross-compiling.
Change-Id: I987f382f02d9f7b79b6e281d1f6f6824c1b2dfd3
2024-01-08 08:14:59 +02:00
John Kehayias
d9dee5ea2f
Merge branch 'master' into mesa-updates
...
Change-Id: I0b92a95109688a1a4c50572bc25a4e5676e0921e
2024-01-07 21:27:27 -05:00
Nicolas Goaziou
3de361d9c9
gnu: fet: Update to 6.15.0.
...
* gnu/packages/education.scm (fet): Update to 6.15.0.
Change-Id: Iec5ed880fd09dcc63e1650ceffc0f072c1236190
2024-01-07 22:54:54 +01:00
Mathieu Othacehe
560cc91e46
Revert "gnu: mesa: Build asahi driver on aarch64."
...
This reverts commit cd9c908234
.
Move it to mesa-updates.
2024-01-07 22:34:15 +01:00
Andy Tai
e7403acb34
gnu: swig-next: Update to 4.2.0
...
* gnu/packages/swig.scm (swig-next): Update to 4.2.0
Change-Id: Ic6580f0d2c3ab578de6bc0bd9a98c61b28cc1cd6
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:05:18 +01:00
Andy Tai
0a9fd5536a
gnu: parallel: Update to 20231222
...
* gnu/packages/parallel.scm (parallel): Update to 20231222
Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:02:36 +01:00
Roman Scherer
cd9c908234
gnu: mesa: Build asahi driver on aarch64.
...
* gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:02:07 +01:00
Andy Tai
fdafa8060f
gnu: icewm: Update to 3.4.5
...
* gnu/packages/wm.scm (icewm): Update to 3.4.5
Change-Id: Ibf30644fbc01dd89378f41f978201e84e0ca39ad
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 21:01:38 +01:00
Mathieu Othacehe
51735eac1c
gnu: dtc: Update to 1.7.0.
...
Enable the python bindings and switch to the meson build system that handles
the python bindings better than the Makefile build system here.
* gnu/packages/patches/dtc-meson-cell-overflow.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (dtc): Update to 1.7.0.
[build-system]: Switch to the meson-build-system.
[arguments]: Remove #:make-flags. Add a new 'preparations phase. Do not edit
the Makefile in the 'patch-pkg-config phase. Remove the 'configure phase.
Change-Id: Ie61c920829ab3a8c32f4924c694dba6bda807711
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 20:52:04 +01:00
Hilton Chain
ccce23bd81
gnu: Add font-cardo.
...
* gnu/packages/fonts.scm (font-cardo): New variable.
Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:56:48 +01:00
Hilton Chain
b920ee31a6
gnu: font-sarasa-gothic: Update to 1.0.3.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.3.
[source]: Update the URI.
Change-Id: I227632d725fb341199c738a5aa6ac17e7ea635cb
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:53:40 +01:00
kiasoc5
2b5fcd70d0
gnu: txt2tags: Update to 3.9.
...
* gnu/packages/textutils.scm (txt2tags): Update to 3.9.
Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:49:02 +01:00
Andy Tai
1fb02d45eb
gnu: s7: Update to 618de30.
...
* gnu/packages/lisp.scm (s7): Update to commit 618de30.
Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:38:20 +01:00
Georgios Athanasiou
9c634835e5
gnu: Add guile-yamlpp.
...
* gnu/packages/guile-xyz.scm (guile-yamlpp): New variable.
Change-Id: I54694eeea17e414df4d7778a2e119f3f995c20e4
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:29:23 +01:00
Mattia Bunel
224499f2d4
gnu: Add laszip.
...
* gnu/packages/geo.scm (laszip): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I8baf25f1d51c9ac90bcea4a1e9a564e21e0a9ee6
2024-01-07 19:25:46 +01:00
Tomas Volf
a5d5c5b357
gnu: ovmf: Update to 202311.
...
* gnu/packages/firmware.scm (ovmf): Update to 202311.
Change-Id: I32b6d7587b37211b0de6a118024cb4f854ce112d
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:23:00 +01:00
Tomas Volf
0c75999d19
gnu: cgit: Update to 1.2.3-793c420.
...
* gnu/packages/version-control.scm (cgit): Update to
793c420897e18eb3474c751d54cf4e0983f85433.
[inputs]: Update git to 2.43.0.
Change-Id: I3441e9e2837d22ae208f5cccc53d815cc3e0f042
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07 19:22:16 +01:00
Ludovic Courtès
5f8a993aa8
gnu: mkvtoolnix: Remove input labels and use gexps.
...
* gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Remove labels.
[arguments]: Use gexps and ‘this-package-input’ & co.
Change-Id: I12b6638cd78c8c957ac9856c0e19025f4941847e
2024-01-07 16:56:00 +01:00
Antoine Côté
5d97fdb608
gnu: mkvtoolnix: Update to 80.0.
...
* gnu/packages/video.scm (mkvtoolnix): Update to 80.0.
[inputs]: Add GMP and QTSVG. Replace QT*-5 by their non-suffixed
variant.
[native-inputs]: Likewise, and change to RUBY-3.2.
Change-Id: If01ce578c9f9ac50e1c99e96c110687e8872177c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Antoine Côté
ce4fbea7bb
gnu: libmatroska: Update to 1.7.1.
...
* gnu/packages/video.scm (libmatroska): Update to 1.7.1.
Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Tristan Cottam
b6106e8fff
gnu: Add emacs-adwaita-dark-theme
...
* gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): New variable.
Change-Id: Id6e6d0d6aa27e7c1cc6ec0fc11c3a5f09231d751
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Troy Figiel
51d25c771c
gnu: python-uqbar: Update to 0.5.9.
...
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.9.
[source]: Add patch for Python 3.10 compatibility.
[arguments]: Remove outdated patch phase.
Change-Id: I81d83efd69bd07fe12790981c48a6e82297908f0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:56:00 +01:00
Rostislav Svoboda
c784c0f43f
gnu: Add emacs-color-identifiers-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-color-identifiers-mode): New variable.
Change-Id: I1243d468f0ebb39715438fb814d0691dac785515
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:59 +01:00
Artyom V. Poptsov
f896382594
gnu: go-golang-org-x-sys: Update to 0.8.0.
...
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.8.0.
(go-golang-org-x-sys-0.8): Remove.
(go-github-com-quic-go-quic-go, go-github-com-quic-go-qtls-go1-20):
Use the new version of "go-golang-org-x-sys".
* gnu/packages/networking.scm (yggdrasil): Use the new version of
"go-golang-org-x-sys".
[propagated-inputs]: Don't rewrite inputs; add "go-golang-org-x-sys".
Change-Id: I969dd402427e345550038918f6de607413c44a61
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:58 +01:00
Greg Hogan
59a68a6c2a
gnu: valgrind: Update to 3.22.0.
...
* gnu/packages/valgrind.scm (valgrind): Update to 3.22.0.
Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-07 16:55:18 +01:00
Ludovic Courtès
6dc7307cfb
gnu: shepherd: Update to 0.10.3.
...
* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3.
Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
2024-01-07 16:55:18 +01:00
Guillaume Le Vaillant
7f530f52c9
gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
...
* gnu/packages/lisp-xyz.scm (sbcl-concurrent-hash-tables): Update to
0.0.0-1.6ad539b.
Change-Id: I6e44d4d17cf21162c099b0bb9e6d1ae60f869c33
2024-01-07 11:27:02 +01:00
gemmaro
b212e69346
gnu: taisei: Update to 1.4.
...
* gnu/packages/games.scm (taisei): Update to 1.4.
[inputs]: Add zstd:lib.
[native-inputs]: Add python-zstd.
Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:24:16 +01:00
gemmaro
33e6572bee
gnu: taisei: Use new package style.
...
* gnu/packages/games.scm (taisei)[arguments]: Convert to list of G-Expressions.
[license]: Reformat with guix style.
Change-Id: I717a7e408f5ae274c5aafa0f3e20bb7bca377b3a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:07:23 +01:00
Nicolas Goaziou
a8f2c03a60
gnu: Add redeal.
...
* gnu/packages/games.scm (redeal): New variable.
Change-Id: I89c000c7afdd594af3555bf23b0f028f99219ec3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
Nicolas Goaziou
3b4e71c473
gnu: dds: Update to 2.9.0-1.d2bc4c2.
...
* gnu/packages/game-development.scm (dds): Update to 2.9.0-1.d2bc4c2.
Change-Id: I3c6db4e81d70112f020f2d7a0f7db26069c7591f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
Wilko Meyer
11136fb0ad
gnu: Add morris.
...
* gnu/packages/games.scm (morris): New variable.
Change-Id: I35158d1f5cfd5f7267dcb8295d8102e2dd3f575c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07 10:06:42 +01:00
宋文武
25bcf4eda0
plan9port: Update to 0.1.0-1.f8681ac.
...
* gnu/packages/plan9.scm (plan9port): Update to 0.1.0-1.f8681ac.
Change-Id: I35eb40eb4213478db48989d8ed2c5865e7ce7afc
2024-01-07 10:39:50 +08:00
宋文武
2538a773c5
plan9port: Install into "$output/plan9" instead of "$output".
...
This fixes <https://issues.guix.gnu.org/67329 >.
* gnu/packages/plan9.scm (plan9port)[arguments]: Add 'strip-directories'.
<phases>: Use "$output/plan9" as PLAN9_TARGET. Remove 'wrap-executables
phase, instead invoke "./INSTALL -c" to change hard-coded /usr/local/plan9
paths.
Change-Id: I7e24f64445c9b6cdcc0d803239e10b226931a845
2024-01-07 10:39:45 +08:00
宋文武
e661c1f31d
gnu: bbcsdl: Update to 1.39a.
...
* gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
[arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
'install' phase.
Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
2024-01-07 10:39:01 +08:00
宋文武
fc973ae399
gnu: elementary-xfce-icon-theme: Update to 0.18.
...
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.18.
Change-Id: Ibcb595e20553c18893db3cad5d95bd85ef1c04fc
2024-01-07 10:37:05 +08:00
宋文武
aec0dea1f6
gnu: catfish: Update to 4.18.0.
...
* gnu/packages/xfce.scm (catfish): Update to 4.18.0.
Change-Id: Ibc9a9774b20d918ea7aa17404d093d2043ce6855
2024-01-07 10:36:41 +08:00
Guillaume Le Vaillant
157ad70182
gnu: p2pool: Update to 3.10.
...
* gnu/packages/finance.scm (p2pool): Update to 3.10.
Change-Id: Iebc332cdbd1204a43d5cb53b78994c11191429ca
2024-01-06 15:58:56 +01:00
Wilko Meyer
9891dd8814
gnu: Add qcheckers.
...
* gnu/packages/games.scm (qcheckers): New variable.
Change-Id: I399ac6aa0c268a8fcf68aabe716fe2d2d5e42605
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-06 15:58:56 +01:00
Sharlatan Hellseher
e994bc0abf
gnu: yggdrasil: Remove duplicated input.
...
* gnu/packages/networking.scm (yggdrasil)[propagated-inputs]: Remove
duplicated go-github-com-hjson-hjson-go.
Change-Id: I13b1808ffcbf80a2b4fd17188a8b62557a943d24
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:40 +03:00
Sharlatan Hellseher
50514b8d55
gnu: yggdrasil: Sort inputs alphabetically.
...
* gnu/packages/networking.scm (yggdrasil)[propagated-inputs]: Sort
alphabetically to ease maintenance.
Change-Id: I336307433842bd1dce0cfb62d93be767e0a92dbb
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:39 +03:00
Sharlatan Hellseher
837e5f737e
gnu: go-github-com-hjson-hjson-go: Fix commit.
...
This package was updated in ada2152893
and
moved with lower version which broke yggdrasil.
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Nov 1 00:15:16 2023 +0300
Commit: Christopher Baines <mail@cbaines.net>
CommitDate: Fri Nov 3 10:14:06 2023 +0000
gnu: go-github-com-hjson-hjson-go: Update to 4.3.1.
* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Update to 4.3.1.
Change-Id: Iee2aef614686cbf79f388e2dd9435745d5502e2a
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-01-06 12:16:38 +03:00
Leo Nikkilä
c0e21e523d
gnu: mpd: Add D-Bus dependency.
...
MPD requires D-Bus for Zeroconf support. Avahi is currently included as
a dependency, but Zeroconf isn't actually enabled due D-Bus. This also
enables udisks support.
Before this change, `mpd -V' returns:
Other features:
epoll icu inotify ipv6 systemd tcp un
After this change, `mpd -V' returns:
Other features:
avahi dbus udisks epoll icu inotify ipv6 systemd tcp un
* gnu/packages/mpd.scm (mpd): Add D-Bus dependency.
[inputs]: Add dbus.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 17:04:32 -05:00
Maxim Cournoyer
ce0d654bb5
gnu: mpd: Update to 0.23.15.
...
* gnu/packages/mpd.scm (mpd): Update to 0.23.15.
Change-Id: I584f33d5be6b1b62a97b014a758dfbecc8a6fa99
2024-01-05 17:03:58 -05:00
Maxim Cournoyer
67c9cdfdce
gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-47342, CVE-2023-47344).
...
* gnu/packages/video.scm (ffmpeg): Update to 6.1.1.
Fixes CVE-2023-47342 and CVE-2023-47344 (see:
https://ffmpeg.org/security.html )
Change-Id: I5196a62fc56341809ed597389b431dae32bd50da
2024-01-05 15:23:07 -05:00
Maxim Cournoyer
deeb7d1f53
gnutls: Update to 3.8.2 (fixes CVE-2023-5981).
...
* gnu/packages/tls.scm (gnutls): Graft with gnutls-3.8.2.
(gnutls-3.8.1): Replace with...
(gnutls-3.8.2): ... this. Remove obsolete set-path-max phase, and make the
variable private.
Change-Id: Ib5cd276c9ecc87d1adc2f4f9633d49676cfe856d
2024-01-05 13:48:37 -05:00
Wilko Meyer
9abca269dd
gnu: linux-libre 6.1: Update to 6.1.70.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.70.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: I5bcebd56f3b4d6cc7ad7419264c78c56c6f3ff95
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
8873e4cc16
gnu: linux-libre 6.6: Update to 6.6.9.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.9.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Id68891618879662b08e539f684482c4a8ef02541
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
dd865cb515
gnu: Update my copyright.
...
* gnu/packages/linux.scm: Update copyright header.
Change-Id: Idaa9c90e05eba9d0f417f11e86a80bf8119a7a65
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:19 -05:00
Ricardo Wurmus
9068dc9f29
gnu: Add bustools.
...
* gnu/packages/bioinformatics.scm (bustools): New variable.
Change-Id: I24a936ad1d630663a41855a833e35fb9caa0155c
2024-01-05 18:21:06 +01:00
Ricardo Wurmus
657fd534fb
gnu: Add python-louvain-igraph.
...
* gnu/packages/graph.scm (python-louvain-igraph): New variable.
Change-Id: I773ee905af81731a12b60ebfa0c2f94e9cb50c45
2024-01-05 18:13:10 +01:00
Ricardo Wurmus
cb15b360aa
gnu: Add python-snaptools.
...
* gnu/packages/bioinformatics.scm (python-snaptools): New variable.
Change-Id: I4f4b32cbbb64472e65d2d88184173b6e1a75e8d2
2024-01-05 17:55:17 +01:00
Ricardo Wurmus
41f0de65b4
gnu: Add trinityrnaseq.
...
* gnu/packages/bioinformatics.scm (trinityrnaseq): New variable.
Change-Id: Ia2c45623576e7e2e51b040b1001b1dd88c1324bb
2024-01-05 17:47:46 +01:00
Yuval Langer
5279bd453f
gnu: Add guile-srfi-232.
...
* gnu/packages/guile-xyz.scm (guile-srfi-232): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Id5b3511d51a7f8f391231c2129bec96b78887880
2024-01-05 17:29:01 +01:00
Feng Shu
65af293c37
services: xorg: ‘dbus-daemon-wrapper’ handles Home profile.
...
* gnu/services/xorg.scm (dbus-daemon-wrapper): Handle Home profile.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ib2f2330b7ea017ddf33d636de71aaa1c316808cb
2024-01-05 17:28:54 +01:00
Yuval Langer
5dbfd2db62
gnu: Add guile-srfi-133.
...
* gnu/packages/guile-xyz.scm (guile-srfi-133): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I9466a7def7a90aeabf40c92bd8d78608e8011021
2024-01-05 17:27:21 +01:00
Ludovic Courtès
d5724111ea
daemon: Change default ‘timeout’ and ‘max-silent-time’ values.
...
Having a timeout seems generally preferable as it makes sure build slots
are not kept busy for no good reason (few package builds, if any, are
expected to exceed these values).
* nix/libstore/globals.cc (Settings::Settings): Change ‘maxSilentTime’
and ‘buildTimeout’.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: Change default values.
* doc/guix.texi (Invoking guix-daemon, Base Services): Adjust
accordingly.
Change-Id: I25c50893f3f7fcca451b8f093d9d4d1a15fa58d8
2024-01-05 17:27:21 +01:00
Ludovic Courtès
4e431fda5f
services: shepherd: Remove ‘dynamic-wind’ in ‘call-with-*-file’.
...
Fixes <https://issues.guix.gnu.org/64653 >.
The ‘dynamic-wind’ was causing files to be closed prematurely when
leaving the dynamic extent of PROC for instance via a delimited
continuation, using Fibers (that ‘dynamic-wind’ call was also
semantically incorrect in the first place).
* gnu/services/shepherd.scm (shepherd-configuration-file)
[config](call-with-file): Remove.
(call-with-input-file, call-with-output-file): Rewrite in terms of
‘call-with-port’.
Change-Id: Ica8af71a04f525a15be99985552063cb98cd6ee8
2024-01-05 17:27:20 +01:00
Ricardo Wurmus
5cec983e04
gnu: r-edger: Update to 4.0.5.
...
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.5.
Change-Id: Ibf41684a81da1a842f1a8e41309113fb50db6ef9
2024-01-05 17:17:33 +01:00
Ricardo Wurmus
9476bf8701
gnu: scvelo: Disable two broken tests.
...
* gnu/packages/bioinformatics.scm (scvelo)[build-system]: Use
pyproject-build-system.
[arguments]: Disable test_perfect_fit and test_perfect_fit_2d tests because
they fail with unexpected results; use G-expression.
Change-Id: Ied22a2bc044167012ffaaee15a9626e9f5bccdd5
2024-01-05 15:25:11 +01:00
Ricardo Wurmus
03ae69f587
gnu: onnx: Relax requirement on python-protobuf.
...
* gnu/packages/machine-learning.scm (onnx)[arguments]: Add phase
'relax-requirements.
(onnx-for-torch2)[arguments]: Delete 'relax-requirements phase.
(onnx-optimizer)[arguments]: Same.
Change-Id: If3bde363d06f16f2b82e175076041441d29e8d6e
2024-01-05 14:50:54 +01:00
Nicolas Goaziou
ac69b42386
gnu: emacs-tagedit: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[propagated-inputs]: Reorder
inputs alphabetically.
[synopsis, description]: Use proper capitalization.
Change-Id: I9361a67d61165bf1492df8760f632fef3fe107aa
2024-01-05 11:10:16 +01:00
Nicolas Goaziou
b43e11643c
gnu: emacs-tagedit: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[arguments]: Add phases to remove
a spurious require.
Change-Id: I37fe4fb9ed0a44514d650d709a49f0e4ae20cbef
2024-01-05 11:08:21 +01:00
Nicolas Goaziou
cc0fb54f77
gnu: emacs-ess: Fix build (part 2).
...
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Use
a different process in order to disable two tests.
This is a followup to 3c1f25fc7b
.
Change-Id: I78ee735ef7ee1dea86af602dc714d88bf8185da5
2024-01-05 10:55:25 +01:00
Ricardo Wurmus
d2a6480e8e
gnu: Add r-scrnaseq.
...
* gnu/packages/bioconductor.scm (r-scrnaseq): New variable.
Change-Id: Iee25b59af0000f4d2fd7482183b43404840a336c
2024-01-05 08:57:53 +01:00
Ricardo Wurmus
036d2fc88a
gnu: python-tbb: Fix build.
...
* gnu/packages/tbb.scm (python-tbb)[arguments]: Call "python setup.py install"
with "--root" argument.
Change-Id: I290c45f3d64c0bb6ec57a0e406132b4f42808eec
2024-01-05 08:57:53 +01:00
Feng Shu
05fad99a43
gnu: sddm: Update to 0.20.0.
...
* gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0.
[source]: Remove snippet and use git-fetch method instead.
[arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of
qtdeclarative.
Change-Id: I6f6bd80291c36b1b80c9ff7f2154593cea2c9d87
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:37 -05:00
Adam Faiz
f96590fb36
gnu: minetest: Update to 5.8.0.
...
Message-ID: <a25dcfdb5bce0dee41ad6b1d8db9ed6ea9a10650.1703461039.git.adam.faiz@disroot.org>
In-Reply-To: <33df226b8a59a668741a971401024bea785d203d.1703461038.git.adam.faiz@disroot.org>
References: <33df226b8a59a668741a971401024bea785d203d.1703461038.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:19:27 +0800
Subject: [PATCH 2/2] gnu: minetest: Update to 5.8.0.
* gnu/packages/minetest.scm (minetest, minetest-data): Update to 5.8.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
Adam Faiz
cf075984fc
gnu: irrlicht-for-minetest: Update to 1.9.0mt13.
...
Message-ID: <33df226b8a59a668741a971401024bea785d203d.1703461178.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1703461178.git.adam.faiz@disroot.org>
References: <cover.1703461178.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:16:25 +0800
Subject: [PATCH 1/2] gnu: irrlicht-for-minetest: Update to 1.9.0mt13.
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt13.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
kiasoc5
e963dcd2e2
gnu: grml-zsh-config: Update to 0.19.6.
...
* gnu/packages/shellutils.scm (grml-zsh-config): Update to 0.19.6.
Change-Id: I0609ec27e98fe1c842cb76d0aaebb491b2e966fe
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-01-05 00:31:36 -05:00
Sharlatan Hellseher
2ef73c6bf5
gnu: Add python-djitellopy.
...
* gnu/packages/python-xyz.scm (python-djitellopy): New variable.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I3e1fe9ecc7c02cb22a979c494fd76db678019e2e
2024-01-05 00:31:36 -05:00
Sharlatan Hellseher
a59922dab6
gnu: Add python-av.
...
* gnu/packages/python-xyz.scm (python-av): New variable.
2024-01-05 00:31:36 -05:00
Clément Lassieur
be1d05c107
gnu: icecat-minimal: Fix WM Class.
...
* gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Set the
MOZ_APP_REMOTINGNAME environment variable and replace "Navigator" with
"Icecat" in icecat.desktop.
The WM Class should be "Navigator, Icecat" instead of "Navigator,
icecat-default". StartupWMClass in icecat.desktop should be "Icecat" instead
of "Navigator" so that other browsers (they often have the "Navigator" class)
won't be associated with Icecat.
Change-Id: I57bec957938c56e8acf9cd5c955e57dbad081678
2024-01-04 23:47:15 +01:00
Efraim Flashner
9816a53716
gnu: libsigsegv: Fix cross-compiling.
...
* gnu/packages/libsigsegv.scm (libsigsegv)[arguments]: When
cross-compiling add a phase to not include extra headers.
Change-Id: Ie2d23fd037ed533dacf08acf52771b7ab1d446ac
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
744e06c867
gnu: gmp: Fix building on x86_64-linux-gnux32.
...
* gnu/packages/multiprecision.scm (gmp)[arguments]: When building for
x86_64-linux-gnux32 add a configure-flag to use the x32 ABI.
Change-Id: I321c707b3f7df5eeb338f03dacf08b29181ecf53
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
568c12d726
gnu: openssl: Fix building on x86_64-linux-gnux32.
...
* gnu/packages/tls.scm (target->openssl-target): Add entry for
x86_64-linux-gnux32.
Change-Id: Icbbdb76134da0811b8493c55ca2d3acdb77c5883
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:17 +02:00
Efraim Flashner
c69230c81f
gnu: Add support for x86_64-linux-gnux32.
...
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add entry for
x86_64-linux-gnux32.
* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): Add
configure-flag for x86_64-linux-gnux32.
* guix/platforms/x86.scm (x86_64-linux-gnux32): New variable.
* guix/utils.scm (gnu-triplet->nix-system): Force x86_64-linux-gnux32 to
output a different nix-system than x86_64-linux-gnu.
Change-Id: I519fea2f8357e4b9895ede05fe8a5e373e9b034a
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-01-04 21:48:13 +02:00
Guillaume Le Vaillant
d1ce5a3597
gnu: ecl-lparallel: Enable tests.
...
* gnu/packages/lisp-xyz.scm (ecl-lparallel)[arguments]: Enable tests.
Change-Id: I58c7ab8173db4bb87ac8f94526bfc912a3e479b9
2024-01-04 17:12:20 +01:00
Guillaume Le Vaillant
3863760293
gnu: cl-bordeaux-threads: Update to 0.9.3.
...
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.9.3.
[arguments]: Remove 'silence-deprecation-warning' phase.
Change-Id: I392d48fb2250bfcae66e3e60d3de89ad4edb99f1
2024-01-04 17:03:11 +01:00
Guillaume Le Vaillant
67119aadac
gnu: cl-lparallel: Update to 2.8.4-1.80fc295.
...
* gnu/packages/lisp-xyz.scm (sbcl-lparallel): Update to 2.8.4-1.80fc295.
[source]: Update URI to maintained repository.
[inputs]: Remove labels.
Change-Id: I18ac84c0889a57c040ed9b443774ae16e716918d
2024-01-04 16:56:15 +01:00
Paul A. Patience
35a0bb9691
gnu: cl-flexi-streams: Improve package style.
...
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams)[arguments]: Use
G-expressions. Drop trailing #t in phases.
[inputs]: Remove labels.
Change-Id: I4aae98985435203006384906a0b28c798e3b9740
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:46:18 +01:00
Paul A. Patience
66d327a049
gnu: cl-flexi-streams: Update to 1.0.19-0.74a1027.
...
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to
1.0.19-0.74a1027.
Change-Id: Id2b82050423aba4f6aa4055c95a18768f110ed71
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:45:16 +01:00
Paul A. Patience
154bb7140f
gnu: cl-trivial-garbage: Update to 0.21-0.3474f64.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-garbage): Update to
0.21-0.3474f64.
Change-Id: I2e6efb02756450fa5c59fe87ae661987cb86d023
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:41:42 +01:00
Paul A. Patience
466975efea
gnu: cl-alexandria: Update to 1.4-0.009b7e5.
...
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.4-0.009b7e5.
[file-name]: Rename to cl-alexandria. Move above sha256.
Change-Id: I7122aff13715d24e99a58fa4b55b0ef012ae8c40
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 16:38:19 +01:00
Nicolas Goaziou
3c1f25fc7b
gnu: emacs-ess: Fix build.
...
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Fix test file
lists for skipped tests.
Change-Id: I0ef581080811535dbf32118c3ed37f91e9f58cfe
2024-01-04 16:13:55 +01:00
Benjamin Slade
4440ba3f6e
sbcl: update to 2.4.0
...
* gnu/packages/lisp.scm (sbcl): Update to 2.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I6087f3697b1c9501be09e1e983fb36d11ec35ba2
2024-01-04 15:29:11 +01:00
Nicolas Goaziou
650b9021a1
gnu: emacs-ess: Improve package style.
...
* gnu/packages/statistics.scm (emacs-ess)[origin]: Remove trailing #T from
snippet. Use G-expressions.
[arguments]: Use G-expressions.
[inputs]: Remove labels.
Change-Id: Iaaf6371577e00c2cc1da0192e5f9f9102b4e76b0
2024-01-04 15:14:21 +01:00
Nicolas Goaziou
c61532c4b4
gnu: emacs-ess: Update to 18.10.2-1.3691ecc.
...
* gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2-1.3691ecc.
[arguments]: Skip failing tests.
* gnu/packages/patches/emacs-ess-fix-obsolete-function-alias.patch: Delete file.
* gnu/local.mk: Apply file removal.
Change-Id: If8cd54c32c44cd2465f2cdb78317e8f8339f6bc3
2024-01-04 15:14:21 +01:00
Paul A. Patience
0eec27846b
gnu: cl-gltf: Update to 2.0.0-0.dab186e.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-gltf): Update to 2.0.0-0.dab186e.
Change-Id: I7e9d7f41774f433192dba30225499f36061bf280
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
db784bef1d
gnu: Add cl-3d-spaces.
...
* gnu/packages/lisp-xyz.scm (sbcl-3d-spaces, cl-3d-spaces, ecl-3d-spaces): New
variables.
Change-Id: Ib15c90168f36c10697d67f69457de9c4b7d28666
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00
Paul A. Patience
24f0d7eee5
gnu: Add cl-3d-math.
...
* gnu/packages/lisp-xyz.scm (sbcl-3d-math, cl-3d-math, ecl-3d-math): New
variables.
Change-Id: Iaa5c63d7fb535b37c11528f5d7802ea62ebd0894
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-04 15:11:47 +01:00