From 0e5c9cf5307c342c6b67461c43e33e1324368dec Mon Sep 17 00:00:00 2001 From: rennes Date: Sat, 24 Jun 2017 07:59:12 -0500 Subject: gnu: epiphany: Add gdk-pixbuf input. * gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cef991d5f4..78a838e747 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3858,6 +3858,7 @@ (define-public epiphany (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) -- cgit v1.2.3