raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2faa56c7c93a09bffb8292cdb10a530dbcaa1b9e
Author: Raghav Gururajan <[email protected]>
AuthorDate: Thu Mar 11 12:02:14 2021 -0500
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 <[email protected]>
---
gnu/packages/gnome.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28b751f..eb950c6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3280,15 +3280,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)