gnu: gdk-pixbuf: Fix tests.

* gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Add shared-mime-info.
master
宋文武 2016-04-06 10:17:13 +08:00 committed by Ludovic Courtès
parent 07a048f61b
commit 343eb85899
1 changed files with 2 additions and 1 deletions

View File

@ -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.