summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>2020-06-18 09:32:45 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2020-06-18 09:38:53 +0200
commitf817a0c095f77ccd30a2b9e776bee9a92b1c45e6 (patch)
treede696e0e26344a7a47d22ace10be5d121f19bb37 /gnu/system
parent3cd74035840cfe977b7c20e537c39738fa98f0ea (diff)
downloadguix-patches-f817a0c095f77ccd30a2b9e776bee9a92b1c45e6.tar
guix-patches-f817a0c095f77ccd30a2b9e776bee9a92b1c45e6.tar.gz
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".
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/hurd.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 2205def577..43d98cc8c2 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -81,7 +81,10 @@
(service guix-service-type
(guix-configuration
(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
(operating-system