diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-25 15:17:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-27 22:57:03 +0200 |
commit | c5db31d4141669d09c1cd8b37eb270c2fe23c7cf (patch) | |
tree | 111681d562211436c34341693529d83478af9e04 /gnu/packages | |
parent | 3153ca9d5f13492198890ea7893340737c11b85d (diff) | |
download | guix-c5db31d4141669d09c1cd8b37eb270c2fe23c7cf.tar guix-c5db31d4141669d09c1cd8b37eb270c2fe23c7cf.tar.gz |
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.
Diffstat (limited to 'gnu/packages')
-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 34a9af21f9..e0ffe343f5 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) |