diff options
author | Rene Saavedra <rennes@openmailbox.org> | 2016-11-17 23:48:11 -0600 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-19 10:38:01 -0500 |
commit | 3446ffb57c22996074e29c5c685a309855017a57 (patch) | |
tree | 2ad3027c2cf2955d1d8adf8a95c0a4151a608b0e /gnu/packages/gnome.scm | |
parent | 8f4939506405bdde5a0db57a06e78251bb35a047 (diff) | |
download | patches-3446ffb57c22996074e29c5c685a309855017a57.tar patches-3446ffb57c22996074e29c5c685a309855017a57.tar.gz |
gnu: gnome-control-center: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add gdk-pixbuf.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 8c422c52fa..3aa0f567fd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4747,6 +4747,7 @@ devices using the GNOME desktop.") ("cups" ,cups) ("dconf" ,dconf) ("docbook-xsl" ,docbook-xsl) + ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files ("gnome-bluetooth" ,gnome-bluetooth) ("gnome-desktop" ,gnome-desktop) ("gnome-online-accounts" ,gnome-online-accounts) |