Skip to content
Snippets Groups Projects
Commit 9000d556 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: itstool: Add propagated inputs python-2 and libxml2.

* gnu/packages/glib.scm (itstool): Add propagated input python-2; it is needed
    to rewrite the shebang in the output python script and must be propagated
    so that PYTHONPATH gets set when using itstool; and libxml2, imported as a
    module by the script.
parent 90ed6291
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,8 @@ (define itstool
(base32
"1akq75aflihm3y7js8biy7b5mw2g11vl8yq90gydnwlwp0zxdzj6"))))
(build-system gnu-build-system)
(inputs
`(("python-wrapper" ,python-wrapper)))
(home-page "http://www.itstool.org")
(synopsis "Tool to translate XML documents with PO files")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment