me
/
guix
Archived
1
0
Fork 0

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.
master
Ludovic Courtès 2021-02-02 21:24:09 +01:00
parent 825ea91476
commit e55f1ac777
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -2399,7 +2399,9 @@ inspired by the SCSH regular expression system.")
`(("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(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
`(("guile-reader" ,guile-reader)
("guile-commonmark" ,guile-commonmark)))