diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index b75c20c751..d5fd197922 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -111,6 +111,15 @@ (define-public gettext-minimal (("/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"))))) + '()) + #t))))) ;; When tests fail, we want to know the details.