mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: guix-build-coordinator: Switch to guile-fibers-next.
As this should resolve the issues with https://github.com/wingo/fibers/issues/109 * gnu/packages/package-management.scm (guix-build-coordinator) [arguments,native-inputs,propagated-inputs]: Switch to guile-fibers-next. Change-Id: Ia83701d18c1b45c8ff8b87893c5c2e0a2ef833b8
This commit is contained in:
parent
4d4978cee4
commit
872ec3d52e
1 changed files with 3 additions and 3 deletions
|
|
@ -1607,7 +1607,7 @@ environments.")
|
|||
"guile-gnutls"
|
||||
#$@(if (target-hurd?)
|
||||
'()
|
||||
'("guile-fibers"
|
||||
'("guile-fibers-next"
|
||||
"guile-knots")))))
|
||||
(wrap-program file
|
||||
`("PATH" ":" prefix
|
||||
|
|
@ -1651,7 +1651,7 @@ environments.")
|
|||
guile-gcrypt
|
||||
guix
|
||||
guile-prometheus
|
||||
guile-fibers
|
||||
guile-fibers-next
|
||||
guile-knots
|
||||
guile-lib
|
||||
guile-next))
|
||||
|
|
@ -1671,7 +1671,7 @@ environments.")
|
|||
guile-sqlite3
|
||||
guix
|
||||
guile-gnutls
|
||||
guile-fibers
|
||||
guile-fibers-next
|
||||
guile-knots))
|
||||
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
||||
(synopsis "Tool to help build derivations")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue