mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: shepherd@1.0: Build against Fibers 1.4.x.
This reinstates 2ba475d37a
.
* gnu/packages/admin.scm (shepherd-1.0)[native-inputs, inputs]: Use
‘guile-fibers’.
Change-Id: I4dbbc2d32d114ed9d16a2da4efb831fc2044a314
This commit is contained in:
parent
55b39642e2
commit
e1038aee6d
1 changed files with 7 additions and 2 deletions
|
@ -601,7 +601,12 @@ 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)
|
||||
(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
Add a link
Reference in a new issue