apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 32dde379709c44324212870836eeb5fd978c71fb 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 2ce8fe6..658a914 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10608,7 +10608,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
