mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
9724e61cda
commit
1e918509ab
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue