apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 1f1f5b2a2591fc22c05e4af42777264b84c1cc46
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 11 17:39:13 2021 -0500

    gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
    
    Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes
    with GTK+'s own gdk-pixbuf+svg propagation.
    
    * gnu/packages/gnome.scm (cheese)[propagated-inputs]: Replace gdk-pixbuf by
    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 9be7565..1aff9d2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10607,7 +10607,7 @@ photo-booth-like software, such as Cheese.")
        ("clutter-gst" ,clutter-gst)
        ("clutter-gtk" ,clutter-gtk)
        ("libcanberra" ,libcanberra)
-       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gdk-pixbuf" ,gdk-pixbuf+svg)
        ("glib" ,glib)
        ("gstreamer" ,gstreamer)))
     (inputs

Reply via email to