janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit e27ae40d7a276e343a792b882a12f20b930ba479
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Sun Apr 12 15:18:47 2020 +0200
system: hurd: Add the Shepherd.
* gnu/system/hurd.scm (%base-packages/hurd): Add "shepherd".
---
gnu/system/hurd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 4782114..d346048 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -55,7 +55,7 @@
(define %base-packages/hurd
(list hurd bash coreutils file findutils grep sed
guile-3.0 guile-colorized guile-readline guix
- net-base inetutils openssh))
+ net-base inetutils openssh shepherd))
(define* (cross-hurd-image #:key (hurd hurd) (gnumach gnumach))
"Return a cross-built GNU/Hurd image."