guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: itstool: Add python2-libxml2 to propagated-inputs.


From: Mark H. Weaver
Subject: 01/02: gnu: itstool: Add python2-libxml2 to propagated-inputs.
Date: Sat, 20 Jun 2015 03:07:19 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 264d57b68af81b6660fa93f98dae39b479b60ca9
Author: Mark H Weaver <address@hidden>
Date:   Fri Jun 19 22:53:39 2015 -0400

    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.
---
 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 305c89c..88c61b6 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]