guix-commits
[Top][All Lists]
Advanced

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

29/97: gnu: gdk-pixbuf: Fix tests.


From: Ludovic Courtès
Subject: 29/97: gnu: gdk-pixbuf: Fix tests.
Date: Wed, 13 Apr 2016 17:31:46 +0000

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

commit 1416a40ee9f6f47d36790228ed54cf03c12851f0
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 10:17:13 2016 +0800

    gnu: gdk-pixbuf: Fix tests.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Add shared-mime-info.
---
 gnu/packages/gtk.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 38ba9ec..8a87ef6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -421,7 +421,8 @@ highlighting and other features typical of a source code 
editor.")
    (inputs
     `(("libjpeg" ,libjpeg)
       ("libtiff" ,libtiff)
-      ("libx11"  ,libx11)))
+      ("libx11"  ,libx11)
+      ("shared-mime-info" ,shared-mime-info))) ; for testing
    (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")                               ; glib-mkenums, etc.



reply via email to

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