mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: bffe: Use current guile and guile-fibers.
* gnu/packages/package-management.scm (bffe)[propagated-inputs]: Remove guile-fibers-next; add guile-fibers. [native-inputs]: Remove guile-next and guile-fibers-next; add guile-3.0-latest and guile-fibers. * gnu/services/guix.scm (bffe-shepherd-services): Adapt to changed input of the bffe package. Change-Id: I5f1cbb1225eb5c684b01098d7e87d198b5d20ff2
This commit is contained in:
@@ -1225,13 +1225,13 @@ transactions from C or Python.")
|
||||
automake
|
||||
|
||||
;; Guile libraries are needed here for cross-compilation.
|
||||
guile-next
|
||||
guile-3.0-latest
|
||||
guile-gnutls
|
||||
guile-json-4
|
||||
guix
|
||||
guix-data-service
|
||||
guix-build-coordinator
|
||||
guile-fibers-next
|
||||
guile-fibers
|
||||
guile-knots
|
||||
guile-pfds
|
||||
guile-prometheus
|
||||
@@ -1242,7 +1242,7 @@ transactions from C or Python.")
|
||||
guix
|
||||
guix-data-service
|
||||
guix-build-coordinator
|
||||
guile-fibers-next
|
||||
guile-fibers
|
||||
guile-knots
|
||||
guile-pfds
|
||||
guile-prometheus
|
||||
|
||||
@@ -1146,7 +1146,7 @@ ca-certificates.crt file in the system profile."
|
||||
(append
|
||||
(list #:pid-file "/var/run/bffe/pid")
|
||||
#$(bffe-configuration-arguments config)))))
|
||||
#:guile (lookup-package-native-input bffe-package "guile-next")))
|
||||
#:guile (lookup-package-native-input bffe-package "guile-3.0-latest")))
|
||||
|
||||
(match-record config <bffe-configuration>
|
||||
(package user group arguments extra-environment-variables)
|
||||
|
||||
Reference in New Issue
Block a user