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.
This commit is contained in:
parent
97677bbda0
commit
399c43d9ed
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user