guix/gnu
Yelninei b00a27c427
gnu: shepherd@1.0: Don't inherit package arguments.
Followup to e1038aee6d.

Previously when cross compiling the fibers directory was reset to fibers 1.3
because evaluating the arguments of shepherd@0.10 with '(package-arguments
shepherd-0.10)' kept the reference to the fibers input of shepherd@0.10.

Work around this by not using 'substitute-keyword-arguments' and replacing
'this-package-input' with 'search-input-file'.

* gnu/packages/admin.scm (shepherd-1.0)[arguments]:
Replace 'substitute-keyword-arguments' with explicit arguments.
Use search-input-file in 'set-fibers-directory phase to search for the cross fibers.

Change-Id: Ia1061d8cea531569385f4a0136cfd22f27ce5a0e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #4672
2025-12-22 15:42:39 +01:00
..
bootloader
build build: Make /etc/hosts a regular file again. 2025-12-22 10:46:52 +09:00
home Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
installer
machine
packages gnu: shepherd@1.0: Don't inherit package arguments. 2025-12-22 15:42:39 +01:00
services services: shared-cache: Require user-file-systems. 2025-12-20 13:37:12 +01:00
system vm-image.tmpl: Allow empty passwords in base-services. 2025-12-20 13:37:10 +01:00
tests services: nscd: Cause PID 1 to drop nscd database mappings on shutdown. 2025-12-19 00:05:43 +01:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: dvdbackup: Fix build with libdvdread 6.1.0+. 2025-12-20 10:24:55 -08:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm