diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-19 22:53:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-19 23:02:36 -0400 |
commit | 264d57b68af81b6660fa93f98dae39b479b60ca9 (patch) | |
tree | e3703a30ee94610e7cdd675818133691af1aef7f /gnu/packages/glib.scm | |
parent | 9a6953d28a92339c8bd4c0520a67e8d6765aa281 (diff) | |
download | patches-264d57b68af81b6660fa93f98dae39b479b60ca9.tar patches-264d57b68af81b6660fa93f98dae39b479b60ca9.tar.gz |
gnu: itstool: Add python2-libxml2 to propagated-inputs.
This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5.
* gnu/packages/glib.scm (itstool)[propagated-inputs]: Add python2-libxml2.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 305c89c022..88c61b676b 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -317,6 +317,7 @@ The intltool collection can be used to do these things: (build-system gnu-build-system) (propagated-inputs `(("libxml2" ,libxml2) + ("python2-libxml2" ,python2-libxml2) ("python-2" ,python-2))) (home-page "http://www.itstool.org") (synopsis "Tool to translate XML documents with PO files") |