[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
From: |
guix-commits |
Subject: |
01/01: gnu: gnome-shell: Add gdk-pixbuf+svg to inputs. |
Date: |
Sat, 27 Apr 2019 16:57:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c5db31d4141669d09c1cd8b37eb270c2fe23c7cf
Author: Ricardo Wurmus <address@hidden>
Date: Thu Apr 25 15:17:05 2019 +0200
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 34a9af2..e0ffe34 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5848,6 +5848,7 @@ properties, screen resolution, and other GNOME
parameters.")
("evolution-data-server" ,evolution-data-server)
("gcr" ,gcr)
("gdm" ,gdm)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("gjs" ,gjs)
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-desktop" ,gnome-desktop)