mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gdk-pixbuf: Fix tests.
* gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Add shared-mime-info.
This commit is contained in:
parent
07a048f61b
commit
343eb85899
1 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,8 @@ (define-public gdk-pixbuf
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue