diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-06-03 08:55:57 +0200 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-07-20 10:11:32 +0200 |
commit | 399c43d9ed2539315909073c7fefe13ca70d27ce (patch) | |
tree | ef3b20258eccf1db2f71b01e9b0bb680d083e34e /gnu | |
parent | 97677bbda07121887b22e12860499b6ad5fe0aa5 (diff) | |
download | guix-399c43d9ed2539315909073c7fefe13ca70d27ce.tar.gz guix-399c43d9ed2539315909073c7fefe13ca70d27ce.zip |
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.
Diffstat (limited to 'gnu')
-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)") |