summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-12tests: security: Fix fail2ban-extension-test.Tomas Volf
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-12gnu: fwupd: Depend on libsmbios only on supported systems.Simon South
* gnu/packages/firmware.scm (fwupd)[inputs]: Add libsmbios conditionally. Change-Id: Id34135b180f5ee6e7abd2fd4eb10e0d3c6308e06 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12gnu: libsmbios: Restrict to only supported systems.Simon South
* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field. Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-12gnu: sfeed: Update to 2.0.Clément Lassieur
* gnu/packages/suckless.scm (sfeed): Update to 2.0. Change-Id: I9fc34effddcb623e8d681824aa67c3c5c7784726
2024-01-12packages: rust: Memoize make-rust-sysroot results.Christopher Baines
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-12gnu: guix-build-coordinator: Update to 0-94.c4c4f5a.Christopher Baines
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-12gnu: icedove/wayland: Wrap quotes around ‘$@’ in the executable.Aleksandr Vityazev
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-12gnu: Add r-azimuth.nafkhamdc
* gnu/packages/bioinformatics.scm (r-azimuth): New variable. Change-Id: I2b0d087378028663ee8d76ced8950f7a9721cb03 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-01-11gnu: python-sanic: Update to 23.12.1.Ricardo Wurmus
* 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-11gnu: python-pytest-sanic: Relax requirement on websockets.Ricardo Wurmus
* 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-11gnu: python-sanic-testing: Update to 23.12.0.Ricardo Wurmus
* 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-11gnu: python-sanic-routing: Update to 23.12.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-sanic-routing): Update to 23.12.0. [build-system]: Use pyproject-build-system. Change-Id: I1ff18b5c7ecc6560417086a4ba5cbf70114991c1
2024-01-11gnu: rubberband: Propagate required libraries.Ricardo Wurmus
* gnu/packages/audio.scm (rubberband)[inputs]: Move fftw and libsamplerate from here... [propagated-inputs]: ...to here. Change-Id: I0a2813fcad789b0609f1d300ec8508f4092665bf
2024-01-11gnu: Add easyeffects.Brendan Tildesley
* gnu/packages/audio.scm (easyeffects): New variable. Change-Id: Ie58da47abf7312708840fdec97f19f7aad3ea337
2024-01-11gnu: rubberband: Update to 3.3.0.Brendan Tildesley
* 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-11gnu: lilv: Update to 0.24.22.Ricardo Wurmus
* gnu/packages/audio.scm (lilv): Update to 0.24.22. Change-Id: I290632adf5dacd41af9e7ca69dd12da7237d7237
2024-01-11gnu: lilv: Enable tests.Ricardo Wurmus
* gnu/packages/audio.scm (lilv)[arguments]: Use G-expression; enable tests. Change-Id: I22b36726caa903e26dc07806d7d57816f9841971
2024-01-11gnu: lilv: Update to 0.24.20.Brendan Tildesley
* 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-11gnu: mda-lv2: Update to 1.2.10.Brendan Tildesley
* gnu/packages/audio.scm (mda-lv2): Update to 1.2.10. [build-system]: Use meson. [arguments]: Remove unnecessary flags
2024-01-11gnu: sratom: Update to 0.6.16.Ricardo Wurmus
* gnu/packages/audio.scm (sratom): Update to 0.6.16. Change-Id: I2ac0d532dcf2548cf80931e68b9a13782bfc1d9b
2024-01-11gnu: sratom: Enable tests.Ricardo Wurmus
* gnu/packages/audio.scm (sratom)[arguments]: Remove. Change-Id: Ibf3bcf712b964d7e9470e338d76feede8c41fc15
2024-01-11gnu: sratom: Update to 0.6.14.Brendan Tildesley
* gnu/packages/audio.scm (sratom): Update to 0.6.14. [build-system]: Use meson.
2024-01-11gnu: sord: Update to 0.16.16.Ricardo Wurmus
* gnu/packages/rdf.scm (sord): Update to 0.16.16. [propagated-inputs]: Add zix. Change-Id: I48f2bfef05d3c5f4e1cfd53dc1b147b9f7f44e75
2024-01-11gnu: sord: Enable tests.Brendan Tildesley
* gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with meson; enable tests. [home-page]: Update. Change-Id: I03017745594356c4fa714c211aa68101248605cd
2024-01-11gnu: serd: Update to 0.32.0.Ricardo Wurmus
* gnu/packages/rdf.scm (serd): Update to 0.32.0. Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb
2024-01-11gnu: serd: Enable tests.Brendan Tildesley
* gnu/packages/rdf.scm (serd)[arguments]: Remove. [native-inputs]: Add python-minimal. Change-Id: Ice5ceac6b432474b70a7dc171cd3a6bb68dc97fd
2024-01-11gnu: lv2: Update to 1.18.10.Brendan Tildesley
* gnu/packages/audio.scm (lv2): Update to 1.18.10. [build-system]: Use meson. [arguments]: Enable tests.
2024-01-11gnu: vamp: Update to 2.10.0.Brendan Tildesley
* gnu/packages/audio.scm (vamp): Update to 2.10.0.
2024-01-12teams: Add entry for Sharlatan Hellseher.Sharlatan Hellseher
* etc/teams.scm ("Sharlatan Hellseher"): New member. Change-Id: I05f1442e90799e182feb153f45191e789c05461b
2024-01-11gnu: llvm-cling: Fix build.Efraim Flashner
This is a follow-up to 15ba54d0e91ecb6214661f5931f058ce33cd936e. * gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases. Change-Id: I12f048b1a6a350838572832ad33357046610b18d
2024-01-11gnu: llvm-12: Use gexps and simplify.Efraim Flashner
* 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-11gnu: Update guile-gnutls to 3.7.14.David Thompson
* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14. Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973
2024-01-11gnu: r-cytolib: Unbundle boost.Ricardo Wurmus
* 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-11Merge branch 'lisp-team'Guillaume Le Vaillant
Change-Id: I4ec6ad695392c76c389224255477819fa686eecb
2024-01-11gnu: ffmpeg-jami: Sync configure flags with upstream Jami.Maxim Cournoyer
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-11gnu: r-singler: Update to 2.4.1.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-singler): Update to 2.4.1. Change-Id: I9b914f8194cf3317a3102c03a2cb1970f0583d9e
2024-01-11gnu: r-biocneighbors: Update to 1.20.2.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2. Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
2024-01-11gnu: r-inspect: Update to 1.32.1.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.32.1. [propagated-inputs]: Remove r-gdata; add r-readxl. Change-Id: I80ebb3d77076cd5b0cb04d83140098251d608afd
2024-01-11gnu: r-genomicalignments: Update to 1.38.1.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.38.1. Change-Id: I5309ec8dd3b464ba54bc94a7d0a5115cc38ecf40
2024-01-11gnu: r-edger: Update to 4.0.6.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.6. Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
2024-01-11gnu: sysstat: Update to 12.7.5.Greg Hogan
* 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-11gnu: btop: Update to 1.3.0.宋文武
* gnu/packages/admin.scm (btop): Update to 1.3.0. Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
2024-01-11gnu: neovim: Update to 0.9.5.Luis Henrique Gomes Higino
* gnu/packages/vim.scm (neovim): Update to 0.9.5. Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-01-11gnu: r-bigmemory: Update to 4.6.4.Ricardo Wurmus
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.6.4. Change-Id: I32aca4e9aa339c7739e94304d40b0dff576e8d17
2024-01-11gnu: r-synchronicity: Update to 1.3.10.Ricardo Wurmus
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10. Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
2024-01-11gnu: r-bigmemory-sri: Update to 0.1.8.Ricardo Wurmus
* gnu/packages/statistics.scm (r-bigmemory-sri): Update to 0.1.8. Change-Id: I1c5f701ae24158fc0d8ada7a757cebdd3e27c4cc
2024-01-11gnu: r-rlang: Update to 1.1.3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rlang): Update to 1.1.3. Change-Id: I7a18cbc10b9e1aeeb90ccf80434b636ad1286ecc
2024-01-11gnu: r-bh: Update to 1.84.0-0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-bh): Update to 1.84.0-0. Change-Id: I2adf2685824a7c6a4445b1a13bee88b53142c20e
2024-01-11gnu: r-paws-compute: Update to 0.5.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-paws-compute): Update to 0.5.0. Change-Id: I41bd64bd906569cb2b85a908458753b0d06fd545
2024-01-11gnu: r-paws-storage: Update to 0.5.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-paws-storage): Update to 0.5.0. Change-Id: I38d9e99c5452137115c8d95022dd35127c84b798