mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: shepherd-1.0: Use latest guile-fibers.
* gnu/packages/admin.scm (shepherd-1.0) [native-inputs]: Use latest guile-fibers. [inputs]: Use latest guile-fibers. Relates-to: shepherd/shepherd#1 Change-Id: I29483129232062bb764664d4153e43447f3b3f22
This commit is contained in:
parent
e4a6c73831
commit
2ba475d37a
1 changed files with 7 additions and 2 deletions
|
@ -601,7 +601,12 @@ interface and is based on GNU Guile.")
|
||||||
"/bin/gzip")
|
"/bin/gzip")
|
||||||
(string-append "--with-zstd=" #$(this-package-input "zstd")
|
(string-append "--with-zstd=" #$(this-package-input "zstd")
|
||||||
"/bin/zstd")))))
|
"/bin/zstd")))))
|
||||||
(inputs (modify-inputs (package-inputs shepherd-0.10)
|
(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)))))
|
(append gzip zstd)))))
|
||||||
|
|
||||||
(define-public shepherd shepherd-0.10)
|
(define-public shepherd shepherd-0.10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue