gnu: mblaze: Enable tests.

* gnu/packages/mail.scm (mblaze)[arguments]: Enable tests
and remove comment about broken tests since tests are not broken.

See <https://github.com/leahneukirchen/mblaze/issues/221>.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart via Guix-patches via 2022-03-08 20:14:23 -05:00 committed by Nicolas Goaziou
parent 61edb25e9b
commit fde7fbe9dc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -2726,8 +2726,7 @@ converts them to maildir format directories.")
(native-inputs
(list perl))
(arguments
`(#:tests? #f ; XXX: Upstream tests appear to be broken
#:make-flags (list (string-append "CC=" ,(cc-for-target))
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))
"PREFIX="
(string-append "DESTDIR=" %output))
#:phases