diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-05-22 08:50:22 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:33 +0200 |
| commit | 635da6eb693ebd974a2bced5162160015ec0bdb2 (patch) | |
| tree | 3b35b9d70025fdfef829c40eacf42f29915e905e /gnu | |
| parent | 6f4a5edb19567ea13579938d0391f50f4689f5c1 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gettext.scm | 9 |
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 @@ (("/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"))))) - '()) - #$@(if (target-hurd?) #~((substitute* "gettext-tools/gnulib-tests/Makefile.in" |
