[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: polkit: Fix build.
From: |
guix-commits |
Subject: |
01/04: gnu: polkit: Fix build. |
Date: |
Tue, 30 Aug 2022 14:12:28 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f3938c91556904c9462f242089fafe3a36e657fb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 15:57:36 2022 +0200
gnu: polkit: Fix build.
This is a follow-up to commit e8f4e1808563eb3c1cd28d419a1f349412af4a0d.
* gnu/packages/polkit.scm (polkit)[native-inputs]: Add GETTEXT-MINIMAL.
---
gnu/packages/polkit.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 5ef84ca730..abbe878b79 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -138,7 +138,8 @@
(propagated-inputs
(list glib)) ;required by polkit-gobject-1.pc
(native-inputs
- (list `(,glib "bin") ;for glib-mkenums
+ (list gettext-minimal
+ `(,glib "bin") ;for glib-mkenums
docbook-xsl ;for man page generation
gobject-introspection
libxml2 ;for XML_CATALOG_FILES