me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2021-03-11 17:39:13 -05:00
parent ad6a9507c4
commit 42231bc15d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -10394,7 +10394,7 @@ photo-booth-like software, such as Cheese.")
("clutter-gst" ,clutter-gst) ("clutter-gst" ,clutter-gst)
("clutter-gtk" ,clutter-gtk) ("clutter-gtk" ,clutter-gtk)
("libcanberra" ,libcanberra) ("libcanberra" ,libcanberra)
("gdk-pixbuf" ,gdk-pixbuf) ("gdk-pixbuf" ,gdk-pixbuf+svg)
("glib" ,glib) ("glib" ,glib)
("gstreamer" ,gstreamer))) ("gstreamer" ,gstreamer)))
(inputs (inputs