me
/
guix
Archived
1
0
Fork 0

services: bffe: Use guile from the package.

Rather than hardcoding a particular guile in the service definition.

* gnu/services/guix.scm (bffe-shepherd-services): Use guile from the package.
* gnu/packages/package-management.scm (bffe)[inputs]: Remove unnecessary
guile-next input.
master
Christopher Baines 2023-09-15 10:50:31 +01:00
parent 69580997bd
commit 9c9d6c3dab
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
2 changed files with 1 additions and 3 deletions

View File

@ -992,8 +992,6 @@ transactions from C or Python.")
guile-fibers-1.3
guile-prometheus
guile-lib))
(inputs
(list guile-next))
(propagated-inputs
(list guile-gnutls
guile-json-4

View File

@ -1090,7 +1090,7 @@ ca-certificates.crt file in the system profile."
(append
(list #:pid-file "/var/run/bffe/pid")
#$(bffe-configuration-arguments config)))))
#:guile guile-3.0))
#:guile (lookup-package-native-input bffe-package "guile-next")))
(match-record config <bffe-configuration>
(package user group arguments extra-environment-variables)