gnu: clisp: Use readline@6.2.
* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2cab1dd58b
commit
c25a51d5c6
|
@ -200,7 +200,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
|
||||||
(base32 "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx"))))
|
(base32 "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libffcall" ,libffcall)
|
(inputs `(("libffcall" ,libffcall)
|
||||||
("readline" ,readline)
|
("readline" ,readline-6.2)
|
||||||
("libsigsegv" ,libsigsegv)))
|
("libsigsegv" ,libsigsegv)))
|
||||||
(arguments
|
(arguments
|
||||||
'(;; XXX The custom configure script does not cope well when passed
|
'(;; XXX The custom configure script does not cope well when passed
|
||||||
|
|
Loading…
Reference in New Issue