Commit graph

129617 commits

Author SHA1 Message Date
Nicolas Graves ea785c2bb8
gnu: python-wand: Fix libmagick access.
* gnu/packages/python-xyz.scm (python-wand):
[build-system]: Use pyproject-build-system.
[arguments](phases): Delete phase check. Replace phase find-magickwand
by phase harcode-lib-path.

Change-Id: I3ddf7045a404f76743c14a5b8183ce9f3196ffd1
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:33:28 +01:00
Nikolaos Chatzikonstantinou cd7763350a
doc: Fix typos and add readonly option to qemu invocation.
* doc/guix.texi: Fix typos and add readonly option to qemu invocation.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I7b686e8ff45532e96fe370f0f344977cdf218bbe
2024-01-12 17:32:05 +01:00
Artyom V. Poptsov 38b145e895
gnu: go-github-com-charmbracelet-glamour: Fix build.
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Fix build.

Change-Id: I14ce450360e684c4c1ac324e77b47771bbdf1410
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:30:01 +01:00
Zheng Junjie c245a54aab
scripts: size: Fix guix size with --system argument.
guix/scripts/size.scm (guix-size): Parameterize %current-system.

Change-Id: Ia0c1ebff4397aa211f73360925f7c688d59b515a
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:31 +01:00
Nicolas Graves acd688a062
gnu: poppler: Mention binaries in description.
This allows to find the package to install with guix search.

* gnu/packages/pdf.scm (poppler): Mention binaries in description.

Change-Id: If68b29300b34ee692b0ecfe3458e7774b55c365e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
David Pflug 2e404163f6
gnu: kakoune: update to 2023.08.05.
* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
宋文武 4c35b0302c
gnu: wesnoth: Update to 1.16.11.
* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.

Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
David Pflug 142bf33a95
gnu: laminar: Update to 1.3.
* gnu/packages/ci.scm (laminar): Update to 1.3.

Change-Id: Ic14deadfa3aa9c116ecd2ee7c34cdc32c58a6f56
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
David Pflug 1cba77f887
gnu: plocate: Update to 1.1.21.
* gnu/packages/search.scm (plocate): Update to 1.1.21.

Change-Id: I725b2b83553228babbdd6592d31b57ede76ac442
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12 17:26:24 +01:00
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
Sharlatan Hellseher 4eef1c3517
teams: Add entry for Sharlatan Hellseher.
* etc/teams.scm ("Sharlatan Hellseher"): New member.

Change-Id: I05f1442e90799e182feb153f45191e789c05461b
2024-01-12 00:39:32 +00: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