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: ???
Subject: 29/97: gnu: gdk-pixbuf: Fix tests.
Date: Thu, 07 Apr 2016 03:13:03 +0000

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

commit ffb33d359b52a6535d22687f2563109099351ee0
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]