This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new dcef371e0e gnu: gettext-minimal: Remove gnulib patch for armhf-linux.
dcef371e0e is described below
commit dcef371e0e6a4f5c5bc511da923bd2708047ae2e
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu May 22 08:50:22 2025 +0300
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
---
gnu/packages/gettext.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 3453d5320a..9ab46716b8 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"