[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/377: gnu: libgsf: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
303/377: gnu: libgsf: Re-arrange inputs in alphabetical order. |
Date: |
Thu, 2 Sep 2021 17:56:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 11f5b2f6ed9e2e5684bfcd22202d24ca5afff975
Author: Raghav Gururajan <rg@raghavgururajan.name>
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 <lle-bout@zaclys.net>
---
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)
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., (continued)
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/02
- 295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/02
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/02
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/02
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/02
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/02
- 300/377: gnu: vala: Update synopsis and description., guix-commits, 2021/09/02
- 305/377: gnu: libgsf: Correct inputs., guix-commits, 2021/09/02
- 308/377: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 303/377: gnu: libgsf: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 309/377: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/02
- 310/377: gnu: atk: Update home-page and license., guix-commits, 2021/09/02
- 313/377: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 314/377: gnu: Add atkmm-2.28., guix-commits, 2021/09/02
- 316/377: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/02
- 317/377: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/02
- 318/377: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/02
- 319/377: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/02
- 322/377: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/02
- 323/377: gnu: wayland: Update to 1.19.0., guix-commits, 2021/09/02