summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-01-05 11:26:49 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-01-08 13:44:36 +0200
commit3adcd241fa6dcd5b89c462b2436d28e65b5bf987 (patch)
tree08a395733606d6772bd93672563f98d834580c2a /gnu/packages
parente3f856a454f157b759665060f1a05408a1ce989c (diff)
gnu: debianutils: Use po4a-minimal.
Fixes #5372. * gnu/packages/debian.scm (debianutils)[native-inputs]: Replace po4a with po4a-minimal. Change-Id: I55138731912fa7f616b0489b6f1517e8df575834
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/debian.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 507d60690e9..1a58474fa6a 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2018, 2020-2025 Efraim Flashner <efraim@flashner.co.il> 2;;; Copyright © 2018, 2020-2026 Efraim Flashner <efraim@flashner.co.il>
3;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> 3;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
4;;; Copyright © 2020 Marius Bakke <marius@gnu.org> 4;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
5;;; Copyright © 2023, 2024 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> 5;;; Copyright © 2023, 2024 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
@@ -607,7 +607,7 @@ unpacking them into a directory which can eventually be chrooted into.")
607 "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9")))) 607 "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9"))))
608 (build-system gnu-build-system) 608 (build-system gnu-build-system)
609 (native-inputs 609 (native-inputs
610 (list autoconf automake gettext-minimal po4a)) 610 (list autoconf automake gettext-minimal po4a-minimal))
611 (home-page "https://packages.debian.org/unstable/debianutils") 611 (home-page "https://packages.debian.org/unstable/debianutils")
612 (synopsis "Miscellaneous shell utilities") 612 (synopsis "Miscellaneous shell utilities")
613 (description 613 (description