me
/
guix
Archived
1
0
Fork 0

gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.

* gnu/packages/admin.scm (shepherd-0.9)[native-inputs]: Use guile-3.0.
[inputs]: Ditto.

Change-Id: I7f7efabc43e11e413300c6aa4c22919070d22389
master
David Thompson 2024-07-18 16:43:32 -04:00
parent 9724e61cda
commit 1e918509ab
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 2 additions and 4 deletions

View File

@ -385,11 +385,9 @@ interface and is based on GNU Guile.")
"/lib/guile/3.0/site-ccache"))))))
#~%standard-phases)))
;; Note: Use 'guile-3.0-latest' to address the continuation-related memory
;; leak reported at <https://issues.guix.gnu.org/58631>.
(native-inputs (list pkg-config guile-3.0-latest
(native-inputs (list pkg-config guile-3.0
guile-fibers-1.1)) ;for cross-compilation
(inputs (list guile-3.0-latest guile-fibers-1.1))))
(inputs (list guile-3.0 guile-fibers-1.1))))
(define-public shepherd-0.10
(package