diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-05-11 10:26:05 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-05-11 14:31:03 +0200 |
| commit | 5bb8ff2edd9072544735213e385efba1c35c60ef (patch) | |
| tree | c92cf0f77451af90706846fe285485d0a965ecab | |
| parent | 295db2baeae50759a210d4c50b22aef400abd882 (diff) | |
services: bffe-shepherd-services: Fix detection of guile.
This partially reverts commit 3b537893939ef59c7ffccfa373c1e6a135289d4f .
* gnu/services/guix.scm (bffe-shepherd-services): Use the package,
not the variable name.
Change-Id: I3bd34b369528e72f08ee3d5833b30bf073b585d2
| -rw-r--r-- | gnu/services/guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index c4f843421c..0dfb67e661 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -1161,7 +1161,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-3.0-latest"))) + #:guile (lookup-package-native-input bffe-package "guile"))) (match-record config <bffe-configuration> (package user group arguments extra-environment-variables) |
