[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnome-control-center: Add gdk-pixbuf input.
From: |
Leo Famulari |
Subject: |
01/01: gnu: gnome-control-center: Add gdk-pixbuf input. |
Date: |
Sat, 19 Nov 2016 15:38:10 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 3446ffb57c22996074e29c5c685a309855017a57
Author: Rene Saavedra <address@hidden>
Date: Thu Nov 17 23:48:11 2016 -0600
gnu: gnome-control-center: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (gnome-control-center)[inputs]: Add gdk-pixbuf.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c422c5..3aa0f56 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)