guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/22: gnu: gnome-boxes: Fix loading of svg files.


From: guix-commits
Subject: 06/22: gnu: gnome-boxes: Fix loading of svg files.
Date: Sat, 29 Aug 2020 03:12:30 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 67305e42937951927d8f1e5a389a436d187583f7
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 13:09:54 2020 -0400

    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>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbc757a..b65d680 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]