gnu: mailutils: Build against Readline 6.2.
* gnu/packages/mail.scm (mailutils): Use Readline 6.2.
This commit is contained in:
parent
9ec7b6abc4
commit
eb8cc6458d
|
@ -86,7 +86,11 @@
|
||||||
("guile" ,guile-2.0)
|
("guile" ,guile-2.0)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("readline" ,readline)
|
|
||||||
|
;; With Readline 6.3, examples/pop3client.c fails to build because it
|
||||||
|
;; uses the now undefined 'CPPFunction' type.
|
||||||
|
("readline" ,readline-6.2)
|
||||||
|
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("gdbm" ,gdbm)))
|
("gdbm" ,gdbm)))
|
||||||
|
|
Loading…
Reference in New Issue