aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2024-05-29gnu: buildah: Update to 1.36.0.Tomas Volf
* gnu/packages/containers.scm (buildah): Update to 1.36.0. Change-Id: Ic0ae640f34b1768fedb0b4859dbc2e48c9ccf407 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-29gnu: htop: Update to 3.3.0.Wilko Meyer
* gnu/packages/admin.scm (htop): Update to 3.3.0. Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-29gnu: ascii: Update to 3.30.Artyom V. Poptsov
* gnu/packages/shellutils.scm (ascii): Update to 3.30. Change-Id: I7d7825ff55c262693d29e8e176e1c8a4db532657 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-29gnu: wayland-utils: Update to 1.2.0.Wilko Meyer
* gnu/packages/freedesktop.scm (wayland-utils): Update to 1.2.0. Change-Id: I14ca339a150cf7e1e686275decaff09ebf4ccb63 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-29services: nix: Mount Nix store read only.Oleg Pykhalov
* gnu/services/nix.scm (nix-shepherd-service): Add requirements. (%nix-store-directory): New variable. (nix-service-type): Add file-system-service-type extension. Change-Id: I18a5d58c92c1f2b5b6dcecc3d5b439cc15bf4e49
2024-05-28gnu: Add roswell.bigbug
* gnu/packages/lisp.scm (roswell): New variable. Change-Id: Ic698da54d0c4160fe7ac9dfd32474ea439295537 Modified-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-05-27gnu: grub: Ignore metadata-csum-seed feature of ext4.Lars-Dominik Braun
* gnu/packages/patches/grub-ignore-metadata-csum-seed.patch: New file. * gnu/local.mk: Register it. * gnu/packages/bootloaders.scm (grub): Use it. Change-Id: I3bfed24b38ecf31b85ed4ac654399fca2d2e12f6
2024-05-27mapped-devices: lvm: Add missing module import.Lars-Dominik Braun
Tested with (locally fixed) lvm-separate-home-os system test. * gnu/system/mapped-devices.scm (lvm-device-mapping): Add SRFI-1 to modules. Change-Id: I8c155b47c29004bdc59057391dfba94ce33bdbc2
2024-05-27gnu: emacs-arei: Update to 0.9.5.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5. Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
2024-05-27gnu: guile-ares-rs: Update to 0.9.5.Andrew Tropin
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.5. Change-Id: Ib64c111ffbdf83b385366512a18d0ab621448531
2024-05-27gnu: cl-dissect: Update to 1.0.0-2.a70cabc.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-dissect): Update to 1.0.0-2.a70cabc. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I83cc8cfa25bdb6725f7fa59ce8d135cb6ccb9565
2024-05-27gnu: Add cl-data-structures.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-data-structures, cl-data-structures, ecl-cl-data-structures): New variable. Change-Id: I449f41e427d3f40ddcc223cf2df6d7de00c56c72
2024-05-27gnu: Add cl-more-conditions.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-more-conditions, ecl-more-conditions, sbcl-more-conditions): New variables. Change-Id: I2854d9054fa6ae3a1e7fc0c8532ca69c8e25c93b
2024-05-27tests: install: Use a default qemu machine for arm architectures.Efraim Flashner
* gnu/tests/install.scm (qemu-command*): Adjust qemu command when run on armhf-linux or aarch64-linux to include a machine type. (run-install): Same. Change-Id: I32f85183cd8ec39c6a2e66624954743fd5983582
2024-05-27gnu: ovmf: Deprecate in favor of ovmf-x86-64.Efraim Flashner
* gnu/packages/firmware.scm (ovmf): Deprecate package in favor of ovmf-x86-64. Change-Id: I912c2b122f80a7f3fd473b8d91ae6e714b27808f
2024-05-27tests: install: Add support for aarch64 UEFI tests.Efraim Flashner
* gnu/tests/install.scm (uefi-firmware): Add case for aarch64. Change-Id: I77a506f792790954a289eda5a7a395a2b37c19c7
2024-05-27gnu: Use new ovmf firmware packages.Efraim Flashner
* doc/guix.texi (Invoking guix system): Update qemu command to use ovmf-x86-64. * gnu/packages/virtualization.scm (xen)[inputs]: Replace ovmf with ovmf-i686. * gnu/tests/install.scm (uefi-firmware): Use system appropriate ovmf firmware. Change-Id: Ia2ff76eaf766c8d4fb0be4a7cc7b8941574433d0
2024-05-27gnu: ovmf-riscv64: Update to 202402.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-riscv64): Update to 202402. Build using make-ovmf-firmware. Change-Id: I1a7dcaac3975669a61723b929162ad33affa1619
2024-05-27gnu: ovmf-arm: Update to 202402.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-arm): Update to 202402. Build using make-ovmf-firmware. Change-Id: I1adf1afc9ceb29db373c2e0d05d42a3c68232cb5
2024-05-27gnu: ovmf-aarch64: Update to 202402.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-aarch64): Update to 202402. Build using make-ovmf-firmware. Change-Id: I270bd8fa79f2df3d73bdf8d5685d27a3cc0cef6a
2024-05-27gnu: Add ovmf-i686.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-i686): New variable. Change-Id: Ie5702435695e24ed1d2731152a89b0aeb9a050dd
2024-05-27gnu: Add ovmf-x86-64.Efraim Flashner
* gnu/packages/firmware.scm (make-ovmf-firmware): New procedure. (ovmf-x86-64): New variable. Change-Id: I283065577b5507f3b7d695eaa67a6d248174bcf5
2024-05-27gnu: edk2-tools: Enable submodules.Efraim Flashner
* gnu/packages/firmware.scm (edk2-tools)[source]: Checkout submodules. [arguments]: Don't disable building brotli or xz compression. Change-Id: I8b318373e38767e1a309e9e385f1626429bfbb20
2024-05-27gnu: edk2-tools: Update to 202402.Efraim Flashner
* gnu/packages/firmware.scm (edk2-tools): Update to 202402. Change-Id: I3ab7d75a8193faea2b3b3649f9b14bba48611187
2024-05-27gnu: e2fsprogs: Downgrade to 1.46.6.Efraim Flashner
1.47.0 would, by default, create an ext4 filesystem which was not readable by our current version of grub. This should also address a number of the system test failures. * gnu/packages/linux.scm (e2fsprogs): Downgrade to 1.46.6. Change-Id: Ifa6841185ab85d24479f981afc1b42a349716d80
2024-05-27gnu: ugrep: Update to 6.0.0.kiasoc5
* gnu/packages/search.scm (ugrep): Update to 6.0.0. [source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts. Change-Id: I9beb1415fe8bfbe12a1e9d22d1606b1fc92ef16b Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-05-27gnu: waypipe: Update to 0.9.0.Wilko Meyer
* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0. Change-Id: Icfeeada6d8b064decd620998e7af495bd1f9b1dd Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-05-27gnu: ascii: Update to 3.20.Artyom V. Poptsov
* gnu/packages/shellutils.scm (ascii): Update to 3.20. [arguments]: Use gexps. Change-Id: I8141a5596bf404bc93d53578e45bc78ee1b60f04 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-05-27gnu: qmmp: Update to 2.1.8.Timotej Lazar
* gnu/packages/music.scm (qmmp): Update to 2.1.8. Change-Id: If3d04c4b8d20a262b61c1c7ec45b2a29f48f882e Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-05-27gnu: system-config-printer: Fix build on riscv64-linux.Efraim Flashner
* gnu/packages/gnome.scm (system-config-printer)[arguments]: When config is an input add a phase to replace config.guess and config.sub. [native-inputs]: Add config when building for riscv64-linux. Change-Id: Iad0d2cbadd9c9f90b88e97e7690ad3b0ad0e6882
2024-05-27gnu: gnome-keyring: Don't run tests in parallel on riscv64-linux.Efraim Flashner
* gnu/packages/gnome.scm (gnome-keyring)[arguments]: When building for riscv64-linux don't run the tests in parallel. Change-Id: Ib86965c52d42e3fcaa35efc97890d0da4478e46f
2024-05-27gnu: freegish: Update to 0-3.caf58a2f9.宋文武
* gnu/packages/games.scm (freegish): Update to 0-3.caf58a2f9. [inputs]: Replace sdl-union with sdl2. Remove zlib. [arguments]: Adjust configure-flags, remove unneeded phases. Change-Id: I43883bd3de985dc337e244a810214ea5ae6aabd1
2024-05-26gnu: linux-libre 4.19: Update to 4.19.315.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.315. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I43b80c214d87e385e422ce064c3d04e11c4a1997 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre 5.4: Update to 5.4.277.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.277. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I0a51101f41109f784cb7a2cda47a01ab79378b46 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre 5.10: Update to 5.10.218.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.218. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Ied5ce90401f0934ce9fcedad9be86376d3288f56 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre 5.15: Update to 5.15.160.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.160. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ic3eddd036fc083cfb4c9ca0d549757c957bd388a Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre 6.1: Update to 6.1.92.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.92. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ica9c1ad4e7505dd19dbf2e0852bad8550acec44d Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre 6.6: Update to 6.6.32.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.32. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: I518ccfefd49ec31341f2d47e096898292fa7f914 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: linux-libre-6.8: Update to 6.8.11.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.11. (linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes. Change-Id: I5eedf40c8f3ad42805d38f6e7b057a6b0171ae33 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-05-26gnu: Add linux-libre 6.9.Wilko Meyer
Big thanks to Dariqq <dariqq@posteo.net> for debugging and communicating upstream about a problem with the deblobbing scripts in this kernel series! * gnu/packages/linux.scm (linux-libre-6.9-version, linux-libre-6.9-gnu-revision, deblob-scripts-6.9, linux-libre-6.9-pristine-source, linux-libre-6.9-source, linux-libre-headers-6.9, linux-libre-6.9): New variables. * gnu/packages/aux-files/linux-libre/6.9-arm.conf, gnu/packages/aux-files/linux-libre/6.9-arm64.conf, gnu/packages/aux-files/linux-libre/6.9-i686.conf, gnu/packages/aux-files/linux-libre/6.9-x86.conf: New files. * Makefile.am (AUX_FILES): Add them. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8dc011a603684f0be88766b7881aa6c560b94443
2024-05-26gnu: Add luarocks.Timo Wilken
* gnu/packages/lua.scm (luarocks): Add variable. * gnu/packages/lua.scm (make-luarocks): New function. * gnu/packages/lua.scm (lua5.2-luarocks): New variable. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in> Change-Id: I7f14f43c85384917b2bd39bdedafb372558a1ab8
2024-05-26gnu: fasd: Update to 1.0.2.Artyom V. Poptsov
* gnu/packages/admin.scm (fasd): Update to 1.0.2. [source]: Use project fork that integrates recent pull requests as the original project is unmaintained and archived. [home-page]: Update. [description]: Improve formatting. [license]: Change to expat (MIT) license as "LICENSE" file of the project contains MIT license. Change-Id: I0070c394a9a8b80ac137728831c0eb7a0e15e2b4 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-26gnu: xpra: Update to 6.0.1.Andy Tai
* gnu/packages/xorg.scm (xpra): Update to 6.0.1. Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-26gnu: python-scikit-image: Disable test_ellipse_parameter_stability.Christopher Baines
As it's flaky, see https://github.com/scikit-image/scikit-image/issues/7061 * gnu/packages/python-science.scm (python-scikit-image)[arguments]: Add #:test-flags. Change-Id: Ic1fc301eb0fad5330c34780ce096c446c1076824
2024-05-25gnu: vcmi: Update to 1.5.1.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract.
2024-05-25gnu: cl-misc-extensions: Update to 4.0.3.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-misc-extensions): Update to 4.0.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I7eb1da2bb4d1491551d0e4e60e76b6ceceee07c7
2024-05-25gnu: lisp-xyz : Sort packages.Guillaume Le Vaillant
The sbcl-* packages are sorted in alphabetical order, but the cl-* and ecl-* variants are kept just below the main sbcl package. * gnu/packages/lisp-xyz.scm: Sort packages. Change-Id: I95d7151923284bd3d8da57af8ad3a160370941f0
2024-05-25gnu: lvm2: Remove systemd rule.Yann Dupont
* gnu/packages/patches/lvm2-no-systemd.patch: New file. * gnu/packages/linux.scm (lvm2)[source]: Apply patch. * gnu/local.mk: Register new patch. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Change-Id: Ib4342e0ce3cc5778857ccecd557f3d397aa870d9
2024-05-25services: shepherd: Failure to load a service does not prevent booting.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/71144>. Fixes a bug whereby, when loading a service file would fail, for instance due to an unbound variable, a REPL would be opened on the console, preventing the system from booting. This fixes that by isolating service load errors and making them non-fatal. * gnu/services/shepherd.scm (shepherd-configuration-file)[config]: Remove call to ‘call-with-error-handling’. Use ‘filter-map’ instead of ‘map’ to iterate over service files, and catch exceptions raised by ‘load-compiled’. Change-Id: Ie6e76ea514837f85386232f797bc77b2882b5c22
2024-05-25gnu: Add tests for oci-container-service-type.Giacomo Leidi
* gnu/tests/docker.scm (run-oci-container-test): New variable; (%test-oci-container): new variable. Change-Id: Idefc3840bdc6e0ed4264e8f27373cd9a670f87a0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>