guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3adcd241fa6dcd5b89c462b2436d28e65b5bf987
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 5 11:26:49 2026 +0200
gnu: debianutils: Use po4a-minimal.
Fixes #5372.
* gnu/packages/debian.scm (debianutils)[native-inputs]: Replace po4a
with po4a-minimal.
Change-Id: I55138731912fa7f616b0489b6f1517e8df575834
---
gnu/packages/debian.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 507d60690e..1a58474fa6 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2020-2025 Efraim Flashner <[email protected]>
+;;; Copyright © 2018, 2020-2026 Efraim Flashner <[email protected]>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020 Marius Bakke <[email protected]>
;;; Copyright © 2023, 2024 Denis 'GNUtoo' Carikli <[email protected]>
@@ -607,7 +607,7 @@ unpacking them into a directory which can eventually be
chrooted into.")
"0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9"))))
(build-system gnu-build-system)
(native-inputs
- (list autoconf automake gettext-minimal po4a))
+ (list autoconf automake gettext-minimal po4a-minimal))
(home-page "https://packages.debian.org/unstable/debianutils")
(synopsis "Miscellaneous shell utilities")
(description