mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 5 additions and 1 deletions
|
@ -94,7 +94,11 @@ (define-public lsh
|
|||
(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 a new issue