summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-10-02 14:33:48 +0200
committerAndreas Enge <andreas@enge.fr>2013-10-02 14:33:48 +0200
commitf922fc42806b978018cdc866b822d3b683015957 (patch)
treeb1abea626e57a5eace026dc00195d9ae36a4fc26 /gnu/packages
parent9000d5567c26c934d8f49c1bd9ca48cddd94cb0e (diff)
downloadguix-patches-f922fc42806b978018cdc866b822d3b683015957.tar
guix-patches-f922fc42806b978018cdc866b822d3b683015957.tar.gz
gnu: itstool: Really push the modification announced in 9000d556.
* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/glib.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 4e2c66e690..ae322b75b0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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