gnu: gettext: Work around Gnulib test failures on armhf-linux.
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In 'patch-tests' phase, conditionally apply "coreutils-gnulib-tests.patch" on ARMv7.
This commit is contained in:
parent
495ac045a3
commit
a21590dabf
1 changed files with 9 additions and 0 deletions
|
@ -111,6 +111,15 @@
|
||||||
(("/bin/pwd")
|
(("/bin/pwd")
|
||||||
"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)))))
|
#t)))))
|
||||||
|
|
||||||
;; When tests fail, we want to know the details.
|
;; When tests fail, we want to know the details.
|
||||||
|
|
Reference in a new issue