gnu: itstool: Really push the modification announced in 9000d556.

* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.
This commit is contained in:
Andreas Enge 2013-10-02 14:33:48 +02:00
parent 9000d5567c
commit f922fc4280

View file

@ -264,8 +264,9 @@ (define itstool
(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