diff options
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r-- | gnu/packages/gettext.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 21ef05b811..947bffe3ba 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -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)") |