summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gettext.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 82764e231cb..4c6fef6be62 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -93,6 +93,9 @@
93 #t)) 93 #t))
94 (add-before 'check 'patch-tests 94 (add-before 'check 'patch-tests
95 (lambda* (#:key inputs #:allow-other-keys) 95 (lambda* (#:key inputs #:allow-other-keys)
96 ;; This test fails
97 (substitute* "gettext-tools/tests/xgettext-javascript-6"
98 (("^#!.*" all) (string-append all "exit 77;\n")))
96 (let* ((bash (which "sh"))) 99 (let* ((bash (which "sh")))
97 ;; Some of the files we're patching are 100 ;; Some of the files we're patching are
98 ;; ISO-8859-1-encoded, so choose it as the default 101 ;; ISO-8859-1-encoded, so choose it as the default