mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (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.
|
||||
|
|
Loading…
Reference in a new issue