me
/
guix
Archived
1
0
Fork 0

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).
master
Marius Bakke 2020-03-17 11:23:18 +01:00
parent f013742e27
commit 0a1559cc87
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 2 deletions

View File

@ -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)