summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gettext.scm9
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 @@
116 (("/bin/pwd") 116 (("/bin/pwd")
117 "pwd")) 117 "pwd"))
118 118
119 ;; Work around Gnulib test failures on armhf-linux.
120 #$@(if (target-arm32?)
121 #~((with-directory-excursion "gettext-tools"
122 (invoke "patch" "--force" "-p1" "-i"
123 #$(local-file
124 (search-patch
125 "coreutils-gnulib-tests.patch")))))
126 '())
127
128 #$@(if (target-hurd?) 119 #$@(if (target-hurd?)
129 #~((substitute* 120 #~((substitute*
130 "gettext-tools/gnulib-tests/Makefile.in" 121 "gettext-tools/gnulib-tests/Makefile.in"