mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: shepherd-1.0: Use latest guile-fibers."
This reverts commit 2ba475d37a
. Fibers 1.4.0
introduces a new bug, which uses 100% of a CPU core. Reported in
<https://codeberg.org/shepherd/shepherd/issues/1>.
This commit is contained in:
parent
dc4b93311c
commit
d4ee55ee19
1 changed files with 2 additions and 7 deletions
|
@ -601,13 +601,8 @@ interface and is based on GNU Guile.")
|
|||
"/bin/gzip")
|
||||
(string-append "--with-zstd=" #$(this-package-input "zstd")
|
||||
"/bin/zstd")))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs shepherd-0.10)
|
||||
(replace "guile-fibers" guile-fibers))) ;use latest guile-fibers available
|
||||
(inputs
|
||||
(modify-inputs (package-inputs shepherd-0.10)
|
||||
(replace "guile-fibers" guile-fibers) ;use latest guile-fibers available
|
||||
(append gzip zstd)))))
|
||||
(inputs (modify-inputs (package-inputs shepherd-0.10)
|
||||
(append gzip zstd)))))
|
||||
|
||||
(define-public shepherd shepherd-0.10)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue