Skip to content
Snippets Groups Projects
Commit eb8cc645 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: mailutils: Build against Readline 6.2.

* gnu/packages/mail.scm (mailutils): Use Readline 6.2.
parent 9ec7b6ab
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,11 @@ (define-public mailutils
("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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment