gnu: libgsf: Correct inputs.
* gnu/packages/gnome.scm (libgsf) [native-inputs]: Add python-wrapper. [propagated-inputs]: Move gdk-pixbuf to ... [inputs]: ... here. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
3094309b9d
commit
0ba9fee14d
1 changed files with 4 additions and 3 deletions
|
@ -3300,13 +3300,14 @@ XML/CSS rendering engine.")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("perl-xml-parser" ,perl-xml-parser)
|
("perl-xml-parser" ,perl-xml-parser)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(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