guix-commits
[Top][All Lists]
Advanced

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

14/21: system: hurd: Use shepherd-0.8 in the package list.


From: guix-commits
Subject: 14/21: system: hurd: Use shepherd-0.8 in the package list.
Date: Thu, 30 Mar 2023 06:47:02 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit fda221c469f8d31cdc22bc5053e6b19017764c62
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Mar 20 23:10:50 2023 +0100

    system: hurd: Use shepherd-0.8 in the package list.
    
    * gnu/system/hurd.scm (%base-packages/hurd): Change shepherd to 
shepherd-0.8,
    since the former uses fibers, and thus conflicts with the shepherd-0.8 we 
use in
    the default essential services.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 20dc4ae735..558d1ee9e3 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -68,7 +68,7 @@
   ;; Note: the Shepherd comes before the Hurd, not just because its duty is to
   ;; shepherd the herd, but also because we want its 'halt' and 'reboot'
   ;; commands to take precedence.
-  (list shepherd hurd bash coreutils file findutils grep sed
+  (list shepherd-0.8 hurd bash coreutils file findutils grep sed
         diffutils patch gawk tar gzip bzip2 xz lzip
         guile-3.0-latest guile-colorized guile-readline
         net-base inetutils less shadow sudo which



reply via email to

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