mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: mailutils: Update to 3.10.
* gnu/packages/mail.scm (mailutils): Update to 3.10. [arguments]: Patch a failing moderator test.
This commit is contained in:
parent
8502974c34
commit
c28f242b44
1 changed files with 9 additions and 2 deletions
|
@ -185,14 +185,14 @@ (define-public anubis
|
||||||
(define-public mailutils
|
(define-public mailutils
|
||||||
(package
|
(package
|
||||||
(name "mailutils")
|
(name "mailutils")
|
||||||
(version "3.9")
|
(version "3.10")
|
||||||
(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.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz"))))
|
"17smrxjdgbbzbzakik30vj46q4iib85ksqhb82jr4vjp57akszh9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -231,6 +231,13 @@ (define-public mailutils
|
||||||
(("\\$\\(SHELL\\) \\$\\(TESTSUITE\\)" all)
|
(("\\$\\(SHELL\\) \\$\\(TESTSUITE\\)" all)
|
||||||
(string-append "-" all)))
|
(string-append "-" all)))
|
||||||
|
|
||||||
|
;; XXX: The ‘moderator: program discard’ test does not specify
|
||||||
|
;; an explicit From: but does expect an exact match. But why are
|
||||||
|
;; all other tests unaffected?
|
||||||
|
(substitute* "sieve/tests/testsuite"
|
||||||
|
(("gray@")
|
||||||
|
"nixbld@"))
|
||||||
|
|
||||||
;; 'frm' tests expect write access to $HOME.
|
;; 'frm' tests expect write access to $HOME.
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue