diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-14 00:41:21 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:19 +0200 |
commit | 61984b8bba20b736ac113350e454e63d2079c0be (patch) | |
tree | 6a0e160de907ca54ab0fbc2feaee73052a4b68fa | |
parent | 5a9828239d81f9d242013b4f12900b93ade600e6 (diff) |
gnu: polkit: Remove obsolete input.
* gnu/packages/polkit.scm (polkit-mozjs)[native-inputs]: Remove INTLTOOL. Add
PERL, which was propagated by the former.
-rw-r--r-- | gnu/packages/polkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index a75608cd43..a02fd8e58e 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm @@ -94,8 +94,8 @@ (list glib)) ; required by polkit-gobject-1.pc (native-inputs (list pkg-config + perl `(,glib "bin") ;for glib-mkenums - intltool gobject-introspection libxslt ;for man page generation docbook-xsl)) ;for man page generation |