mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Switch to guile-fibers-next when using guile-knots.
Since make-base-operation has changed in guile-fibers-next compared to guile-fibers, and guile-knots now uses guile-fibers-next, so all dependents need to use guile-fibers-next. * gnu/packages/package-management.scm (bffe)[native-inputs,propagated-inputs]: Use guile-fibers-next. (nar-herder)[arguments,native-inputs,propagated-inputs]: Use guile-fibers-next. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Use guile-fibers-next. Change-Id: If553a559392379376c71614e8100318dedf6519d
This commit is contained in:
parent
111e862be8
commit
cc30ed170a
2 changed files with 6 additions and 6 deletions
|
@ -1025,7 +1025,7 @@ transactions from C or Python.")
|
||||||
guix
|
guix
|
||||||
guix-data-service
|
guix-data-service
|
||||||
guix-build-coordinator
|
guix-build-coordinator
|
||||||
guile-fibers
|
guile-fibers-next
|
||||||
guile-knots
|
guile-knots
|
||||||
guile-pfds
|
guile-pfds
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
|
@ -1036,7 +1036,7 @@ transactions from C or Python.")
|
||||||
guix
|
guix
|
||||||
guix-data-service
|
guix-data-service
|
||||||
guix-build-coordinator
|
guix-build-coordinator
|
||||||
guile-fibers
|
guile-fibers-next
|
||||||
guile-knots
|
guile-knots
|
||||||
guile-pfds
|
guile-pfds
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
|
@ -1859,7 +1859,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
"guile-prometheus"
|
"guile-prometheus"
|
||||||
"guile-sqlite3"
|
"guile-sqlite3"
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
"guile-fibers"
|
"guile-fibers-next"
|
||||||
"guile-knots")))
|
"guile-knots")))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("GUILE_LOAD_PATH" ":" prefix
|
`("GUILE_LOAD_PATH" ":" prefix
|
||||||
|
@ -1892,7 +1892,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers
|
guile-fibers-next
|
||||||
guile-knots
|
guile-knots
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
|
@ -1906,7 +1906,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(list guile-json-4
|
(list guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers
|
guile-fibers-next
|
||||||
guile-knots
|
guile-knots
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
|
|
|
@ -5446,7 +5446,7 @@ Cloud.")
|
||||||
bash-minimal))
|
bash-minimal))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guix
|
(list guix
|
||||||
guile-fibers
|
guile-fibers-next
|
||||||
guile-knots
|
guile-knots
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-email
|
guile-email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue