gnu: libgsf: Do not propagate 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 (libgsf)[propagated-inputs]{gdk-pixbuf}: Move to...
[inputs] ... here.
This commit is contained in:
Maxim Cournoyer 2021-03-11 17:35:00 -05:00
parent 099ca0e0b5
commit 22476d3783
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3264,11 +3264,11 @@ (define-public libgsf
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)))
(inputs
`(("zlib" ,zlib)
`(("gdk-pixbuf" ,gdk-pixbuf)
("zlib" ,zlib)
("bzip2" ,bzip2)))
(propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)
`(("glib" ,glib)
("libxml2" ,libxml2)))
(home-page "https://www.gnome.org/projects/libgsf")
(synopsis "GNOME's Structured File Library")