guix-commits
[Top][All Lists]
Advanced

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

18/203: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.


From: guix-commits
Subject: 18/203: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Date: Wed, 3 Nov 2021 21:09:46 -0400 (EDT)

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

commit 084dfd07b5d8ae7a0ba2efd33b39864a00dc8459
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 7f00d1d..6fa7a39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10606,7 +10606,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

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