gnu: libgweather: 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 (libgweather)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.master
parent
91e40dd2ed
commit
4ad44af264
|
@ -5483,7 +5483,7 @@ service via the system message bus.")
|
|||
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
|
||||
;; libsoup.
|
||||
`(("gtk+" ,gtk+)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("gdk-pixbuf" ,gdk-pixbuf+svg)
|
||||
("libxml2" ,libxml2)
|
||||
("libsoup" ,libsoup)
|
||||
("geocode-glib" ,geocode-glib)))
|
||||
|
|
Reference in New Issue