summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: System tests really parameterize 'current-guix-package'.Ludovic Courtès2022-04-11
| | | | | | | | | | | Until now, 'current-guix-package' was parameterized in the wrong context. Thus, 'current-guix' would end up building a variant of the 'guix' package instead of the package returned by 'channel-source->package', which is much less expensive to build. * etc/system-tests.scm (mparameterize): New macro. (tests-for-current-guix): Change the 'value' field of each <system-test> record to parameterize 'current-guix-package' for good.
* home: symlink-manager: Handle non-existing directory during cleanup.Andrew Tropin2022-04-11
| | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Handle non-existing directory during cleanup. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: shells: Rename zsh related functions.Andrew Tropin2022-04-11
| | | | | | | * gnu/home/services/shells.scm (home-zsh-service-type): Make zsh related private functions more consistently named. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: jq: Only build with valgrind on supported systems.Efraim Flashner2022-04-10
| | | | | * gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on systems which it supports.
* gnu: smithwaterman: Fix cross-compiling.Efraim Flashner2022-04-10
| | | | | | | The 'ar' matched the 'ar' in 'aarch64-linux-gnu' to unfun consequences. * gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: More closely match the 'ar' and 'ld' commands when substituting them.
* gnu: llvm-3: Fix build.Guillaume Le Vaillant2022-04-10
| | | | | | | * gnu/packages/llvm.scm (llvm-3.9)[arguments]: Use gexp. Add 'shared-lib-workaround' phase. Co-authored-by: Maxime Devos <maximedevos@telenet.be>
* gnu: linux-libre 5.10: Update to 5.10.110.Leo Famulari2022-04-10
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.110. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.33.Leo Famulari2022-04-10
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.33. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.16.19.Leo Famulari2022-04-10
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.19. (linux-libre-5.16-pristine-source): Update hash.
* gnu: linux-libre 5.17: Update to 5.17.2.Leo Famulari2022-04-10
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.2. (linux-libre-5.17-pristine-source): Update hash.
* services: Test 'shepherd-service-upgrade' with transient services.Ludovic Courtès2022-04-10
| | | | | | | This is a followup to eeb8ac43c8c0b0cc69422766070dbefc55f5c5c1. * tests/services.scm ("shepherd-service-upgrade: transient service"): New test.
* services: herd: Adjust to <live-service> changes.Ludovic Courtès2022-04-10
| | | | | | | | | | | This is a followup to a2c759c8304c461d096ab763568e7f71546ff4e8. * guix/scripts/system/reconfigure.scm (running-services): Fill in the 'transient?' field of <live-service>. * tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new") ("shepherd-service-upgrade: service depended on is not unloaded") ("shepherd-service-upgrade: obsolete services that depend on each other"): Adjust calls to 'live-service'.
* gnu: strawberry: Update to 1.0.3.Michael Rohleder2022-04-10
| | | | | | * gnu/packages/music.scm (strawberry): Update to 1.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: package Reference: Mention syntax of package-description.Luis Felipe2022-04-10
| | | | | | | * doc/guix.texi (package Reference) <description>: Mention that the string is in Texinfo syntax. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: guix: Add missing article "a".jgart2022-04-10
| | | | | | * doc/guix.texi (Essential Home Services): Add missing article "a". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: efivar: Fix build errors on i686-linux.itd2022-04-10
| | | | | | | | * gnu/packages/patches/efivar-211.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (efivar)[source]<origin>: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: symlink-manager: Use no-follow version of file-exists?.Andrew Tropin2022-04-10
| | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Use no-follow version of file-exists?. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: shepherd: Do not unload transient services.Ludovic Courtès2022-04-10
| | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/54812>. Starting with Shepherd 0.9.0 and the use of 'make-inetd-constructor' in commit 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, systems might be running transient Shepherd services such as those corresponding to SSH connections. Before this change, 'shepherd-service-upgrade' would have those transient services in the list of services to unload; concretely, that would lead all SSH connections to be closed upon 'guix system reconfigure'. * gnu/services/shepherd.scm (shepherd-service-upgrade): Remove transient services to TO-UNLOAD.
* services: herd: Report whether a service is transient.Ludovic Courtès2022-04-10
| | | | | | | * gnu/services/herd.scm (<live-service>)[transient?]: New field. (current-services): Check the value of 'transient?'. Call 'resolve-transients'. (resolve-transients): New procedure.
* gnu: Zabbix: Update to 6.0.3.Marius Bakke2022-04-09
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.3.
* gnu: ganeti: Update to 3.0.2.Marius Bakke2022-04-09
| | | | | | | | | * gnu/packages/patches/ganeti-haskell-compat.patch, gnu/packages/patches/ganeti-sphinx-compat.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti): Update to 3.0.2. [source](patches): Remove obsolete. [arguments]: Remove obsolete phases. Disable one more test.
* gnu: ganeti: Fix test failure with PyYAML 6.0.Marius Bakke2022-04-09
| | | | | | | | | This fixes a regression that was introduced in 27720d0fe14ee4cd413a6745e0782a698a011924. * gnu/packages/patches/ganeti-pyyaml-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
* gnu: libxmlb: Update to 0.3.8.Vagrant Cascadian2022-04-08
| | | | * gnu/packages/xlm.scm (libxmlb): Update to 0.3.8.
* gnu: reprotest: Update to 0.7.20.Vagrant Cascadian2022-04-08
| | | | * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.20.
* gnu: diffoscope: Update to 209.Vagrant Cascadian2022-04-08
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 209.
* services: rottlog: Keep fewer "guix-daemon.log" files.Ludovic Courtès2022-04-09
| | | | | * gnu/services/admin.scm (%default-rotations): For "guix-daemon.log", add 'options' field.
* guix describe: Add missing import.Ludovic Courtès2022-04-09
| | | | | | | Fixes a regression introduced in d4e858763c4303764729133c547b0a6dfe2354f9. * guix/scripts/describe.scm: Add missing autoload.
* diagnostics: Turn diagnostic locations into hyperlinks.Ludovic Courtès2022-04-08
| | | | | * guix/diagnostics.scm (print-diagnostic-prefix): Use 'location->hyperlink' when 'supports-hyperlinks?' returns true.
* ui: Move 'location->hyperlink' to (guix diagnostics).Ludovic Courtès2022-04-08
| | | | | | * guix/ui.scm (location->hyperlink): Move to... * guix/diagnostics.scm: ... here. * guix/scripts/system/search.scm: Adjust imports accordingly.
* ui: Move hyperlink facilities to (guix colors).Ludovic Courtès2022-04-08
| | | | | | | * guix/ui.scm (supports-hyperlinks?, file-hyperlink, hyperlink): Move to... * guix/colors.scm: ... here. * guix/scripts/home.scm, guix/scripts/system.scm, guix/scripts/system/search.scm: Adjust imports accordingly.
* gnu: emacs-geiser: Add dependency on Project.Olivier Dion2022-04-08
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Add emacs-project. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lsof: Fix invalid G-Expression.Brian Kubisiak2022-04-08
| | | | | | | | | Cross-compiling lsof is failing with an "invalid G-expression input" error. Fix this by using a quoted list. * gnu/packages/lsof.scm (lsof): Fix invalid G-Expression. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Build an empty index if the manual is missing.Ludovic Courtès2022-04-08
| | | | | | | | That way, the "sk" index for 'guix-manual' is empty, because 'guix-manual' lacks an "sk" translation. * doc/build.scm (html-manual-identifier-index)[build](html-files): Gracefully handle 'scandir' returning #f.
* doc: Allow different translations for 'guix-cookbook' and 'guix-manual'.Ludovic Courtès2022-04-08
| | | | | | | | | | | | | | | | Previously, 'guix-manual-text-domain' could be passed the cookbook language list as its second argument. Thus, it started failing when the set of cookbook languages was no longer a subset of the manual languages, starting with commit 93bfd4d9c7ba7055c19f02128491b3a98a180860, which removed "sk" from 'guix-manual' but kept it for 'guix-cookbook'. * doc/build.scm (%manual-languages, %cookbook-languages): New variables. (%languages): Use them. (guix-manual-text-domain): Give LANGUAGES a valid default value. (localization-helper-module): Remove optional argument to 'guix-manual-text-domain'.
* home: Add home-xdg-data-files-service-type.Andrew Tropin2022-04-08
| | | | | | | | | | * gnu/home/services.scm (home-xdg-data-files-service-type): New variable. * gnu/home/services/symlink-manager.scm (update-symlinks-script): Add a proper handling for XDG_DATA_HOME value. * gnu/home/services/xdg.scm (home-xdg-mime-applications-service-type): Use home-xdg-data-files service. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: symlink-manager: Remove appending of leading dot.Andrew Tropin2022-04-08
| | | | | | | | | | | | * gnu/home/services.scm (xdg-configuration-files-directory): Add leading dot. * gnu/home/services.scm (xdg-configuration-files-service-type): Change name. * gnu/home/services/shells.scm (add-shell-profile-file, zsh-get-configuration-files, add-zsh-dot-configuration, add-zsh-xdg-configuration, add-bash-configuration): Add leading dots. * gnu/home/services/symlink-manager.scm (update-symlinks-script): Remove leading dot. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix cookbook URLs in htmlxref.cnf.Ludovic Courtès2022-04-08
| | | | | | | Reported by Greg Hogan <code@greghogan.com>. * doc/htmlxref.cnf (GUIX_ROOT): New variable. (GUIX, GUIX_COOKBOOK): Adjust.
* doc: cookbook: Fix cross-reference to SICP.Ludovic Courtès2022-04-08
| | | | | | Reported by Greg Hogan <code@greghogan.com>. * doc/guix-cookbook.texi (A Scheme Crash Course): Fix xref to SICP.
* doc: cookbook: Fix cross-reference to the manual.Ludovic Courtès2022-04-08
| | | | | | | Reported by Greg Hogan <code@greghogan.com>. * doc/guix-cookbook.texi (Extended example): Fix node name in xref to "package Reference".
* tests: Add "encrypted-home-os" installation test.Ludovic Courtès2022-04-08
| | | | | | | * gnu/tests/install.scm (%encrypted-home-os) (%encrypted-home-installation-script) (enter-luks-passphrase-for-home) (%test-encrypted-home-os): New variables.
* file-systems: Invoke fsck tools with 'system*/tty'.Ludovic Courtès2022-04-08
| | | | | | | | | | | This ensures those programs, if invoked by shepherd (where standard input is /dev/null), can still interact with the user if needed. * gnu/build/file-systems.scm (check-ext2-file-system) (check-bcachefs-file-system, check-btrfs-file-system): (check-fat-file-system, check-jfs-file-system): (check-f2fs-file-system, check-ntfs-file-system): (check-xfs-file-system): Use 'system*/tty' instead of 'system*'.
* mapped-devices: Ensure 'cryptsetup open' gets a tty.Ludovic Courtès2022-04-08
| | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/54770>. Regression introduced in 400c9ed3d779308e56038305d40cd93acb496180. Previously, for an encrypted /home (say), "cryptsetup open" would be invoked by shepherd, with /dev/null as its standard input. It would thus run in non-interactive mode and, instead of asking for a passphrase, fail with: Nothing to read on input. This change ensures it runs in interactive mode. * gnu/build/file-systems.scm (system*/console, system*/tty): New procedures. * gnu/system/mapped-devices.scm (open-luks-device): Use 'system*/tty' instead of 'system*'.
* system: hurd: Fix bogus 'initrd-modules' field.Ludovic Courtès2022-04-08
| | | | | | | Reported by kitzman on #guix. * gnu/system/hurd.scm (%hurd-default-operating-system)[initrd-modules]: Set to the empty list.
* tests: 'guix shell --export-manifest' test no longer needs networking.Ludovic Courtès2022-04-08
| | | | | | * tests/guix-shell-export-manifest.sh: Use '--with-input' rather than '--with-latest' as the latter would crash in the absence of network access.
* gnu: icedove: Update to 91.8 [fixes CVE-2022-1197].Jonathan Brielmaier2022-04-08
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.8.
* gnu: Add cl-jzon.jgart2022-04-08
| | | | | | * gnu/packages/lisp-xyz.scm (cl-jzon, ecl-jzon, sbcl-jzon): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-cffi: Remove trailing boolean.jgart2022-04-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cffi)[arguments]: Remove trailing boolean. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-legit: Update to 1.0.0-2.5f8a2d4.jgart2022-04-08
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-legit): Update to 1.0.0-2.5f8a2d4 and use revision variable in let block. [arguments]: Add 'patch-git-executable' phase. [inputs]: Add formatting and add missing git input. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: nginx: Build optimized binaries.Marius Bakke2022-04-07
| | | | * gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
* gnu: nginx: Respect #:configure-flags.Marius Bakke2022-04-07
| | | | | * gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase.