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).
This commit is contained in:
parent
f013742e27
commit
0a1559cc87
1 changed files with 6 additions and 2 deletions
|
@ -2066,8 +2066,12 @@ XML/CSS rendering engine.")
|
||||||
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
|
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(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
|
(inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
|
|
Reference in a new issue