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:
parent
099ca0e0b5
commit
22476d3783
1 changed files with 3 additions and 3 deletions
|
@ -3264,11 +3264,11 @@ XML/CSS rendering engine.")
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("perl-xml-parser" ,perl-xml-parser)))
|
("perl-xml-parser" ,perl-xml-parser)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
|
("zlib" ,zlib)
|
||||||
("bzip2" ,bzip2)))
|
("bzip2" ,bzip2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gdk-pixbuf" ,gdk-pixbuf)
|
`(("glib" ,glib)
|
||||||
("glib" ,glib)
|
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(home-page "https://www.gnome.org/projects/libgsf")
|
(home-page "https://www.gnome.org/projects/libgsf")
|
||||||
(synopsis "GNOME's Structured File Library")
|
(synopsis "GNOME's Structured File Library")
|
||||||
|
|
Reference in a new issue