diff options
author | Andreas Enge <andreas@enge.fr> | 2013-10-02 13:53:19 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-10-02 14:19:44 +0200 |
commit | 9000d5567c26c934d8f49c1bd9ca48cddd94cb0e (patch) | |
tree | 48c3e91958a16aa832bfffa933bf741d6a307820 | |
parent | 90ed6291df875c8805cbbacec6ee12143e340375 (diff) | |
download | guix-9000d5567c26c934d8f49c1bd9ca48cddd94cb0e.tar guix-9000d5567c26c934d8f49c1bd9ca48cddd94cb0e.tar.gz |
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.
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index cfaea3b958..4e2c66e690 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -264,6 +264,8 @@ The intltool collection can be used to do these things: (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 |