apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit ba82420f4998058b3abde30253f3fa3ddf369ca5 Author: Maxim Cournoyer <[email protected]> AuthorDate: Thu Mar 11 17:38:27 2021 -0500 gnu: cogl: 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 (cogl)[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 fb5fd8f..1d42296 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5745,7 +5745,7 @@ throughout GNOME for API documentation).") ("pkg-config" ,pkg-config))) (propagated-inputs `(("glib" ,glib) - ("gdk-pixbuf" ,gdk-pixbuf) + ("gdk-pixbuf" ,gdk-pixbuf+svg) ("libx11" ,libx11) ("libxext" ,libxext) ("libxfixes" ,libxfixes)
