mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
||||
(package
|
||||
(name "mailutils")
|
||||
(version "3.9")
|
||||
(version "3.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mailutils/mailutils-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz"))))
|
||||
"17smrxjdgbbzbzakik30vj46q4iib85ksqhb82jr4vjp57akszh9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -231,6 +231,13 @@ (define-public mailutils
|
|||
(("\\$\\(SHELL\\) \\$\\(TESTSUITE\\)" 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.
|
||||
(setenv "HOME" (getcwd))
|
||||
|
||||
|
|
Loading…
Reference in a new issue