From 4464b432ecbe3a5f820889d59282a368c645afb6 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sun, 28 Feb 2021 10:54:45 -0500 Subject: [PATCH] gnu: evince: Fix loading of icons. * gnu/packages/gnome.scm (evince) [inputs]: Replace gdk-pixbuf with gdk-pixbuf+svg. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ebb21c08ce..4d311ec1d5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2595,7 +2595,7 @@ forgotten when the session ends.") ("gspell" ,gspell) ("libgnome-keyring" ,libgnome-keyring) ("adwaita-icon-theme" ,adwaita-icon-theme) - ("gdk-pixbuf" ,gdk-pixbuf) + ("gdk-pixbuf" ,gdk-pixbuf+svg) ("atk" ,atk) ("pango" ,pango) ("gtk+" ,gtk+) -- 2.30.1