gnu: lsh: Build with Readline 6.2.
* gnu/packages/lsh.scm (lsh): Use READLINE-6.2 instead of READLINE.
This commit is contained in:
parent
f3b04737f7
commit
0da01f4040
|
@ -94,7 +94,11 @@ basis for almost any application.")
|
|||
(inputs
|
||||
`(("nettle" ,nettle)
|
||||
("linux-pam" ,linux-pam)
|
||||
("readline" ,readline)
|
||||
|
||||
;; 'rl.c' uses the 'CPPFunction' type, which is no longer in
|
||||
;; Readline 6.3.
|
||||
("readline" ,readline-6.2)
|
||||
|
||||
("liboop" ,liboop)
|
||||
("zlib" ,guix:zlib)
|
||||
("gmp" ,gmp)))
|
||||
|
|
Loading…
Reference in New Issue