gnu: mailutils: Update to 3.1.1.
* gnu/packages/mail.scm (mailutils): Update to 3.1.1. [inputs]: Build with current readline. [arguments]: Set sysconfdir as /etc. [home-page]: Use https.
This commit is contained in:
parent
e31d35de3f
commit
abe5d2dc8d
|
@ -103,14 +103,14 @@
|
||||||
(define-public mailutils
|
(define-public mailutils
|
||||||
(package
|
(package
|
||||||
(name "mailutils")
|
(name "mailutils")
|
||||||
(version "3.0")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/mailutils/mailutils-"
|
(uri (string-append "mirror://gnu/mailutils/mailutils-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h7cx4cd3niycx7pl0p2358cx2smwm5sb3l9bpb8czkdl6v115c8"))))
|
"1dpylyg79avi7brpkcmzaq7bqqkz45flp0ws6f2c8b1gyz4hdnzm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; TODO: Add `--with-sql'.
|
'(;; TODO: Add `--with-sql'.
|
||||||
|
@ -150,6 +150,7 @@
|
||||||
|
|
||||||
#t)
|
#t)
|
||||||
%standard-phases)
|
%standard-phases)
|
||||||
|
#:configure-flags '("--sysconfdir=/etc")
|
||||||
#:parallel-tests? #f))
|
#:parallel-tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dejagnu" ,dejagnu)
|
`(("dejagnu" ,dejagnu)
|
||||||
|
@ -158,15 +159,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)
|
||||||
("libltdl" ,libltdl)
|
("libltdl" ,libltdl)
|
||||||
("gdbm" ,gdbm)))
|
("gdbm" ,gdbm)))
|
||||||
(home-page "http://www.gnu.org/software/mailutils/")
|
(home-page "https://www.gnu.org/software/mailutils/")
|
||||||
(synopsis "Utilities and library for reading and serving mail")
|
(synopsis "Utilities and library for reading and serving mail")
|
||||||
(description
|
(description
|
||||||
"GNU Mailutils is a collection of programs for managing, viewing and
|
"GNU Mailutils is a collection of programs for managing, viewing and
|
||||||
|
|
Loading…
Reference in New Issue