diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-17 11:23:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-18 19:23:46 +0100 |
commit | 0a1559cc877fdffcc8f9ee08387a6ff62243930f (patch) | |
tree | d7f92074c01798a04524d68324fa3eb165a45768 | |
parent | f013742e27998d15ed25687b6473672840877e9a (diff) |
gnu: libgsf: Remove obsolete intltool input.
* gnu/packages/gnome.scm (libgsf)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL, PERL, and PERL-XML-PARSER (previously propagated).
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 67f0e47de1..13ffa7541d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2066,8 +2066,12 @@ XML/CSS rendering engine.") "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa")))) (build-system gnu-build-system) (native-inputs - `(("intltool" ,intltool) - ("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config) + ("gettext" ,gettext-minimal) + + ;; For tests. + ("perl" ,perl) + ("perl-xml-parser" ,perl-xml-parser))) (inputs `(("python" ,python) ("zlib" ,zlib) |