guix-commits
[Top][All Lists]
Advanced

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

37/97: gnu: gdk-pixbuf: Propagate shared-mime-info.


From: Ludovic Courtès
Subject: 37/97: gnu: gdk-pixbuf: Propagate shared-mime-info.
Date: Sat, 16 Apr 2016 09:49:31 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 224276ab44cca8733a1c92e7b06c7cba783a589a
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 19:29:03 2016 +0800

    gnu: gdk-pixbuf: Propagate shared-mime-info.
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Move shared-mime-info to 
propagated-inputs.
---
 gnu/packages/gtk.scm |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ccdda3e..23e015e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -415,14 +415,16 @@ highlighting and other features typical of a source code 
editor.")
              ;; (gdk-pixbuf-error-quark, 0)
              (("pixbuf-jpeg\\$\\(EXEEXT\\) ") ""))
            #t)))))
-   (propagated-inputs ; required by gdk-pixbuf-2.0.pc
-    `(("glib" ,glib)
-      ("libpng" ,libpng)))
+   (propagated-inputs
+    `(;; Required by gdk-pixbuf-2.0.pc
+      ("glib" ,glib)
+      ("libpng" ,libpng)
+      ;; Used for testing and required at runtime.
+      ("shared-mime-info" ,shared-mime-info)))
    (inputs
     `(("libjpeg" ,libjpeg)
       ("libtiff" ,libtiff)
-      ("libx11"  ,libx11)
-      ("shared-mime-info" ,shared-mime-info))) ; for testing
+      ("libx11"  ,libx11)))
    (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")                               ; glib-mkenums, etc.



reply via email to

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