mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: guile-fibers-next: Use guile-next for guile-fibers-next.
This should fix the build on some systems, like aarch64-linux. * gnu/packages/guile-xyz.scm (guile-fibers-next):[inputs,native-inputs]: Use guile-fibers-next. Change-Id: I20067e81e831e7a07bffa7eb2ac8b4e0d8986840
This commit is contained in:
parent
c7be40ab4c
commit
ea5abd7381
1 changed files with 7 additions and 1 deletions
|
|
@ -1061,7 +1061,13 @@ is not available for Guile 2.0.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl")))))))
|
||||
"0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl"))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs guile-fibers)
|
||||
(replace "guile" guile-next)))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs guile-fibers)
|
||||
(replace "guile" guile-next))))))
|
||||
|
||||
(define-public guile-filesystem
|
||||
(package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue