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 (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("gettext" ,gettext-minimal)
("gettext" ,gettext-minimal)
;; For tests.
("perl" ,perl) ("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser))) ("perl-xml-parser" ,perl-xml-parser)
("pkg-config" ,pkg-config)))
(inputs (inputs
`(("zlib" ,zlib) `(("bzip2" ,bzip2)
("bzip2" ,bzip2))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf) `(("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib) ("glib" ,glib)