diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 13:09:54 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:19 +0200 |
commit | 67305e42937951927d8f1e5a389a436d187583f7 (patch) | |
tree | 8ed6167b089d9d9e212477931902aa4dd7c0591d | |
parent | f01822fe46a18cfe68a780794683b65032d0eda7 (diff) | |
download | guix-67305e42937951927d8f1e5a389a436d187583f7.tar.gz |
gnu: gnome-boxes: Fix loading of svg files.
* gnu/packages/gnome.scm (gnome-boxes) [inputs]: Add gdkpixbuf+svg. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-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 fbc757aae2..b65d680d14 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12908,6 +12908,7 @@ integrate seamlessly with the GNOME desktop.") (inputs `(("appstream-glib" ,appstream-glib) ("libarchive" ,libarchive) + ("gdk-pixbuf" ,gdk-pixbuf+svg) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk" ,gtk+) ("gtk-vnc" ,gtk-vnc) |