gnu: appstream-glib: 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/glib.scm (appstream-glib)[propagated-inputs]: Replace gdk-pixbuf by
gdk-pixbuf+svg.
This commit is contained in:
Maxim Cournoyer 2021-03-11 17:33:07 -05:00
parent 14a81366e2
commit 30a731c274
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1178,7 +1178,7 @@ (define-public appstream-glib
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("gcab" ,gcab) ; for .pc file
("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
("gdk-pixbuf" ,gdk-pixbuf+svg) ; for .pc file
("libuuid" ,util-linux "lib"))) ; for .pc file
(inputs
`(("glib" ,glib)