mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue