mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
14a81366e2
commit
30a731c274
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ Some codes examples can be find at:
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gcab" ,gcab) ; for .pc file
|
`(("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
|
("libuuid" ,util-linux "lib"))) ; for .pc file
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue