diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 6c25b01857..c63be3df70 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"