mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: haunt: Switch to 'guile-3.0-latest'.
* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST instead of GUILE-3.0.
This commit is contained in:
parent
825ea91476
commit
e55f1ac777
1 changed files with 3 additions and 1 deletions
|
@ -2399,7 +2399,9 @@ (define-public haunt
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-3.0)))
|
;; Depend on the latest Guile to avoid bytecode compatibility issues when
|
||||||
|
;; using modules built against the latest version.
|
||||||
|
`(("guile" ,guile-3.0-latest)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-reader" ,guile-reader)
|
`(("guile-reader" ,guile-reader)
|
||||||
("guile-commonmark" ,guile-commonmark)))
|
("guile-commonmark" ,guile-commonmark)))
|
||||||
|
|
Loading…
Reference in a new issue