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 @@ (define-public libgsf
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("perl" ,perl)
|
||||
("perl-xml-parser" ,perl-xml-parser)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
(inputs
|
||||
`(("bzip2" ,bzip2)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("zlib" ,zlib)))
|
||||
(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