guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtksourceview-2: Adjust inputs.


From: ???
Subject: 01/01: gnu: gtksourceview-2: Adjust inputs.
Date: Sat, 28 Jan 2017 03:33:56 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit bd05ea41b6fc6661bb9b037a1b968a471c90f914
Author: 宋文武 <address@hidden>
Date:   Sat Jan 28 11:29:12 2017 +0800

    gnu: gtksourceview-2: Adjust inputs.
    
    Fixes <https://debbugs.gnu.org/25537>.
    
    * gnu/packages/gtk.scm (gtksourceview-2): Move 'shared-mime-info' and
    'xorg-server' to 'native-inputs'.  Move 'gtk+-2' to 'propagated-inputs'.
---
 gnu/packages/gtk.scm |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a506949..0a29137 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -331,18 +331,17 @@ diagrams.")
                (base32
                 "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
     (build-system gnu-build-system)
-    (inputs
-     `(("gtk" ,gtk+-2)
-       ;; These two are needed only to allow the tests to run successfully.
-       ("xorg-server" ,xorg-server)
-       ("shared-mime-info" ,shared-mime-info)))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ;; For testing.
+       ("xorg-server" ,xorg-server)
+       ("shared-mime-info" ,shared-mime-info)))
     (propagated-inputs
      ;; As per the pkg-config file.
-     `(("libxml2" ,libxml2)))
+     `(("gtk" ,gtk+-2)
+       ("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]