me
/
guix
Archived
1
0
Fork 0

gnu: mailutils: Build against Readline 6.2.

* gnu/packages/mail.scm (mailutils): Use Readline 6.2.
master
Mark H Weaver 2014-04-06 00:15:49 -04:00
parent 9ec7b6abc4
commit eb8cc6458d
1 changed files with 5 additions and 1 deletions

View File

@ -86,7 +86,11 @@
("guile" ,guile-2.0)
("gnutls" ,gnutls)
("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)
("libtool" ,libtool)
("gdbm" ,gdbm)))