me
/
guix
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>
master
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
1 changed files with 4 additions and 3 deletions

View File

@ -3300,13 +3300,14 @@ XML/CSS rendering engine.")
("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")