me
/
guix
Archived
1
0
Fork 0

gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.

* gnu/packages/gettext.scm (gettext-minimal)[arguments]: When building for the
Hurd, remove XTESTS_FAIL from, as "test-perror2" now passes.
Janneke Nieuwenhuizen 2023-06-03 08:55:57 +02:00
parent 97677bbda0
commit 399c43d9ed
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 4 deletions

View File

@ -133,10 +133,7 @@
#t)))))
;; When tests fail, we want to know the details.
#:make-flags #~'("VERBOSE=yes"
#$@(if (target-hurd?)
'("XFAIL_TESTS=test-perror2")
'()))))
#:make-flags #~'("VERBOSE=yes")))
(home-page "https://www.gnu.org/software/gettext/")
(synopsis
"Tools and documentation for translation (used to build other packages)")