mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
Reapply "gnu: shepherd-1.0: Use latest guile-fibers."
This reverts commit d4ee55ee19.
This commit is contained in:
parent
25e0b40ddf
commit
3c2c910f58
1 changed files with 7 additions and 2 deletions
|
|
@ -601,8 +601,13 @@ interface and is based on GNU Guile.")
|
|||
"/bin/gzip")
|
||||
(string-append "--with-zstd=" #$(this-package-input "zstd")
|
||||
"/bin/zstd")))))
|
||||
(inputs (modify-inputs (package-inputs shepherd-0.10)
|
||||
(append gzip 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)))))
|
||||
|
||||
(define-public shepherd shepherd-0.10)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue