mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: polkit: Fix build.
This is a follow-up to commit e8f4e18085
.
* gnu/packages/polkit.scm (polkit)[native-inputs]: Add GETTEXT-MINIMAL.
This commit is contained in:
parent
49cc920a26
commit
f3938c9155
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ (define-public polkit
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue