diff options
author | rennes <rennes@openmailbox.org> | 2017-06-24 07:59:12 -0500 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-06-24 16:51:12 +0200 |
commit | 0e5c9cf5307c342c6b67461c43e33e1324368dec (patch) | |
tree | 56aea0ae7468e75df93733f14a237475650ed0e4 | |
parent | 8bca358b21284ea45333f49451ee9b1527e35f6e (diff) | |
download | guix-0e5c9cf5307c342c6b67461c43e33e1324368dec.tar guix-0e5c9cf5307c342c6b67461c43e33e1324368dec.tar.gz |
gnu: epiphany: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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) |