guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtksourceview-2: Propagate input libxml2.


From: Taylan Ulrich Bay?rl?/Kammer
Subject: 01/01: gnu: gtksourceview-2: Propagate input libxml2.
Date: Tue, 10 Nov 2015 22:14:52 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 68d85de16383d054dbf4fb5da2437f9cc743e5d2
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Tue Nov 10 23:11:28 2015 +0100

    gnu: gtksourceview-2: Propagate input libxml2.
    
    * gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated
      inputs.
---
 gnu/packages/gtk.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index edfdb3f..40eb8e4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -293,7 +293,6 @@ diagrams.")
     (build-system gnu-build-system)
     (inputs
      `(("gtk" ,gtk+-2)
-       ("libxml2" ,libxml2)
        ;; These two are needed only to allow the tests to run successfully.
        ("xorg-server" ,xorg-server)
        ("shared-mime-info" ,shared-mime-info)))
@@ -301,6 +300,9 @@ diagrams.")
      `(("intltool" ,intltool)
        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     ;; As per the pkg-config file.
+     `(("libxml2" ,libxml2)))
     (arguments
      `(#:phases
        ;; Unfortunately, some of the tests in "make check" are highly dependent



reply via email to

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