[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: gnu: gnunet-gtk: Sort inputs alphabetically.
From: |
guix-commits |
Subject: |
04/19: gnu: gnunet-gtk: Sort inputs alphabetically. |
Date: |
Mon, 25 Nov 2019 07:08:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2f6500faa4da3fd4b4e57101d69569a49b4f215a
Author: Efraim Flashner <address@hidden>
Date: Sat Nov 23 21:40:33 2019 +0200
gnu: gnunet-gtk: Sort inputs alphabetically.
* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Sort alphabetically.
---
gnu/packages/gnunet.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 9fe6a35..9d53ca5 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -364,14 +364,14 @@ services.")
(string-append "--with-gnunet="
(assoc-ref %build-inputs "gnunet")))))
(inputs
- `(("gnunet" ,gnunet)
+ `(("glade3" ,glade3)
+ ("gnunet" ,gnunet)
("gnutls" ,gnutls/dane)
- ("libgcrypt" ,libgcrypt)
("gtk+" ,gtk+)
("libextractor" ,libextractor)
- ("glade3" ,glade3)
- ("qrencode" ,qrencode)
- ("libunique" ,libunique)))
+ ("libgcrypt" ,libgcrypt)
+ ("libunique" ,libunique)
+ ("qrencode" ,qrencode)))
(native-inputs
`(("pkg-config" ,pkg-config)
("libglade" ,libglade)))
- 12/19: gnu: innoextract: Don't use unstable tarball., (continued)
- 12/19: gnu: innoextract: Don't use unstable tarball., guix-commits, 2019/11/25
- 19/19: gnu: sdsl-lite: Don't use bundled libraries., guix-commits, 2019/11/25
- 18/19: gnu: sdsl-lite: Remove unused inputs., guix-commits, 2019/11/25
- 16/19: gnu: Add boost-static., guix-commits, 2019/11/25
- 10/19: gnu: snappy: Don't use unstable tarball., guix-commits, 2019/11/25
- 07/19: gnu: sparsehash: Don't use unstable tarball., guix-commits, 2019/11/25
- 05/19: gnu: imlib2: Update to 1.6.0., guix-commits, 2019/11/25
- 03/19: gnu: gnunet-gtk: Update to 0.11.7., guix-commits, 2019/11/25
- 02/19: gnu: gnunet: Update to 0.11.8., guix-commits, 2019/11/25
- 08/19: gnu: cinnamon-desktop: Don't use unstable tarball., guix-commits, 2019/11/25
- 04/19: gnu: gnunet-gtk: Sort inputs alphabetically.,
guix-commits <=
- 09/19: gnu: sfarklib: Don't use unstable tarball., guix-commits, 2019/11/25
- 01/19: gnu: gnunet-gtk: Set upstream ftp-directory., guix-commits, 2019/11/25
- 06/19: gnu: imlib2: Sort inputs alphabetically., guix-commits, 2019/11/25