mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: artanis: Use guile2.2-readline.
* gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from GUILE-READLINE to GUILE2.2-READLINE.
This commit is contained in:
parent
dc1182751c
commit
a7a8337b28
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-json" ,guile-json-1)
|
`(("guile-json" ,guile-json-1)
|
||||||
("guile-readline" ,guile-readline)
|
("guile-readline" ,guile2.2-readline)
|
||||||
("guile-redis" ,guile-redis)))
|
("guile-redis" ,guile-redis)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash" ,bash) ;for the `source' builtin
|
`(("bash" ,bash) ;for the `source' builtin
|
||||||
|
|
Loading…
Add table
Reference in a new issue