gnu: lsh: Build with Readline 6.2.

* gnu/packages/lsh.scm (lsh): Use READLINE-6.2 instead of READLINE.
This commit is contained in:
Ludovic Courtès 2014-04-04 17:30:15 +02:00
parent f3b04737f7
commit 0da01f4040
1 changed files with 5 additions and 1 deletions

View File

@ -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)))