diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gettext.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 6c25b018579..c63be3df707 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -116,15 +116,6 @@ (("/bin/pwd") "pwd")) - ;; Work around Gnulib test failures on armhf-linux. - #$@(if (target-arm32?) - #~((with-directory-excursion "gettext-tools" - (invoke "patch" "--force" "-p1" "-i" - #$(local-file - (search-patch - "coreutils-gnulib-tests.patch"))))) - '()) - #$@(if (target-hurd?) #~((substitute* "gettext-tools/gnulib-tests/Makefile.in" |
