gnu: epiphany: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
8bca358b21
commit
0e5c9cf530
|
@ -3858,6 +3858,7 @@ work and the interface is well tested.")
|
|||
(inputs
|
||||
`(("avahi" ,avahi)
|
||||
("gcr" ,gcr)
|
||||
("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files
|
||||
("glib-networking" ,glib-networking)
|
||||
("gnome-desktop" ,gnome-desktop)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
|
|
Loading…
Reference in New Issue