mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: itstool: Add python2-libxml2 to propagated-inputs.
This is a followup to commit 7ce3224247
.
* gnu/packages/glib.scm (itstool)[propagated-inputs]: Add python2-libxml2.
This commit is contained in:
parent
9a6953d28a
commit
264d57b68a
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ (define itstool
|
|||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxml2" ,libxml2)
|
||||
("python2-libxml2" ,python2-libxml2)
|
||||
("python-2" ,python-2)))
|
||||
(home-page "http://www.itstool.org")
|
||||
(synopsis "Tool to translate XML documents with PO files")
|
||||
|
|
Loading…
Reference in a new issue