guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/22: system: hurd: Add the Shepherd.


From: guix-commits
Subject: 12/22: system: hurd: Add the Shepherd.
Date: Mon, 13 Apr 2020 09:20:48 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit e27ae40d7a276e343a792b882a12f20b930ba479
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]