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
This commit is contained in:
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

View file

@ -385,11 +385,9 @@ (define-public shepherd-0.9
"/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