This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 002b1a13c2 gnu: fakeroot: Use po4a-minimal.
002b1a13c2 is described below
commit 002b1a13c27a9fcaf52afe185820baed59d45507
Author: Yelninei <[email protected]>
AuthorDate: Sun Aug 30 18:47:18 2026 +0000
gnu: fakeroot: Use po4a-minimal.
* gnu/packages/linux.scm (po4a-minimal)[native-inputs]:
Replace po4a with its minimal variant.
Merges: https://codeberg.org/guix/guix/pulls/10918
Reviewed-by: gemmaro <[email protected]>
Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 38b4ebb34c..0b545e4ced 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11147,7 +11147,7 @@ the superuser to make device nodes.")
(substitute* "test/compare-tar"
(("tar -tvf") "tar --numeric-owner -tvf")))))))
(native-inputs
- (list autoconf-2.71 automake gettext-minimal libtool po4a
+ (list autoconf-2.71 automake gettext-minimal libtool po4a-minimal
perl sharutils xz)) ; for tests
(inputs
(list acl libcap util-linux sed coreutils))