me
/
guix
Archived
1
0
Fork 0

gnu: libgsf: Re-arrange inputs in alphabetical order.

* gnu/packages/gnome.scm (libgsf) [native-inputs]: Modify.
[inputs]: Modify.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
master
Raghav Gururajan 2021-03-11 12:02:14 -05:00
parent 2b1ed09746
commit d61767ae57
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 5 additions and 7 deletions

View File

@ -3279,15 +3279,13 @@ XML/CSS rendering engine.")
(arguments
'(#:configure-flags '("--disable-static")))
(native-inputs
`(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
;; For tests.
`(("gettext" ,gettext-minimal)
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)))
("perl-xml-parser" ,perl-xml-parser)
("pkg-config" ,pkg-config)))
(inputs
`(("zlib" ,zlib)
("bzip2" ,bzip2)))
`(("bzip2" ,bzip2)
("zlib" ,zlib)))
(propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)