Archived
1
0
Fork 0

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:
Raghav Gururajan 2021-03-11 12:11:02 -05:00
parent 3094309b9d
commit 0ba9fee14d
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -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")