mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gettext-minimal: Remove gnulib patch for armhf-linux.
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Remove phase adding a patch for gnulib when building for armhf-linux. Change-Id: Ifd7f73dffa259c731f1cb8a5bdb36b78abcbb1b4
This commit is contained in:
parent
6f4a5edb19
commit
635da6eb69
1 changed files with 0 additions and 9 deletions
|
@ -116,15 +116,6 @@
|
||||||
(("/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")))))
|
|
||||||
'())
|
|
||||||
|
|
||||||
#$@(if (target-hurd?)
|
#$@(if (target-hurd?)
|
||||||
#~((substitute*
|
#~((substitute*
|
||||||
"gettext-tools/gnulib-tests/Makefile.in"
|
"gettext-tools/gnulib-tests/Makefile.in"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue