mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
system: hurd: Add "/bin/sh" and "/usr/bin/env".
* gnu/system/hurd.scm (%base-services/hurd): Add extra-special-files "/bin/sh" and "/usr/bin/env".
This commit is contained in:
parent
3cd7403584
commit
f817a0c095
1 changed files with 4 additions and 1 deletions
|
@ -81,7 +81,10 @@ (define %base-services/hurd
|
||||||
(service guix-service-type
|
(service guix-service-type
|
||||||
(guix-configuration
|
(guix-configuration
|
||||||
(extra-options '("--disable-chroot"
|
(extra-options '("--disable-chroot"
|
||||||
"--disable-deduplication"))))))
|
"--disable-deduplication"))))
|
||||||
|
(service special-files-service-type
|
||||||
|
`(("/bin/sh" ,(file-append bash "/bin/sh"))
|
||||||
|
("/usr/bin/env" ,(file-append coreutils "/bin/env"))))))
|
||||||
|
|
||||||
(define %hurd-default-operating-system
|
(define %hurd-default-operating-system
|
||||||
(operating-system
|
(operating-system
|
||||||
|
|
Loading…
Reference in a new issue