gnu: itstool: Really push the modification announced in 9000d556.
authorAndreas Enge <andreas@enge.fr>
Wed, 2 Oct 2013 12:33:48 +0000 (14:33 +0200)
committerAndreas Enge <andreas@enge.fr>
Wed, 2 Oct 2013 12:33:48 +0000 (14:33 +0200)
* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.

gnu/packages/glib.scm

index 4e2c66e..ae322b7 100644 (file)
@@ -264,8 +264,9 @@ The intltool collection can be used to do these things:
               (base32
                "1akq75aflihm3y7js8biy7b5mw2g11vl8yq90gydnwlwp0zxdzj6"))))
     (build-system gnu-build-system)
-    (inputs
-     `(("python-wrapper" ,python-wrapper)))
+    (propagated-inputs
+     `(("libxml2" ,libxml2)
+       ("python-2" ,python-2)))
     (home-page "http://www.itstool.org")
     (synopsis "Tool to translate XML documents with PO files")
     (description