gnunet: add libgnurl and GnuTLS as dependencies

libgnurl is essential for bootstrapping (needed to download a hostlist).
GnuTLS is needed by gnunet-gns-proxy.

Also sort dependencies alphabetically.
This commit is contained in:
James Cook 2014-04-27 22:50:59 -07:00
parent 39b5a0c3a2
commit c372dc74c2

View File

@ -1,7 +1,6 @@
{ stdenv, fetchurl, libextractor, libmicrohttpd, libgcrypt { stdenv, fetchurl, adns, curl, gettext, gmp, gnutls, libextractor
, zlib, gmp, curl, libtool, adns, sqlite, pkgconfig , libgcrypt, libgnurl, libidn, libmicrohttpd, libtool, libunistring
, libxml2, ncurses, gettext, libunistring, libidn , makeWrapper, ncurses, pkgconfig, libxml2, sqlite, zlib }:
, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnunet-0.10.1"; name = "gnunet-0.10.1";
@ -12,9 +11,9 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ buildInputs = [
libextractor libmicrohttpd libgcrypt gmp curl libtool adns curl gettext gmp gnutls libextractor libgcrypt libgnurl libidn
zlib adns sqlite libxml2 ncurses libidn libmicrohttpd libtool libunistring libxml2 makeWrapper ncurses
pkgconfig gettext libunistring makeWrapper pkgconfig sqlite zlib
]; ];
preConfigure = '' preConfigure = ''