summary refs log tree commit diff
diff options
context:
space:
mode:
authorRene Saavedra <rennes@openmailbox.org>2016-11-17 23:48:11 -0600
committerLeo Famulari <leo@famulari.name>2016-11-19 10:38:01 -0500
commit3446ffb57c22996074e29c5c685a309855017a57 (patch)
tree2ad3027c2cf2955d1d8adf8a95c0a4151a608b0e
parent8f4939506405bdde5a0db57a06e78251bb35a047 (diff)
downloadguix-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>
-rw-r--r--gnu/packages/gnome.scm1
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)