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>
This commit is contained in:
parent
2756d662aa
commit
fda221c469
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
;; Note: the Shepherd comes before the Hurd, not just because its duty is to
|
;; 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'
|
;; shepherd the herd, but also because we want its 'halt' and 'reboot'
|
||||||
;; commands to take precedence.
|
;; 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
|
diffutils patch gawk tar gzip bzip2 xz lzip
|
||||||
guile-3.0-latest guile-colorized guile-readline
|
guile-3.0-latest guile-colorized guile-readline
|
||||||
net-base inetutils less shadow sudo which
|
net-base inetutils less shadow sudo which
|
||||||
|
|
Reference in a new issue