aboutsummaryrefslogtreecommitdiff
path: root/gnunet-dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-dev.nix')
-rw-r--r--gnunet-dev.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnunet-dev.nix b/gnunet-dev.nix
index 791adb578..09baefe5e 100644
--- a/gnunet-dev.nix
+++ b/gnunet-dev.nix
@@ -1,5 +1,6 @@
1{ stdenv, makeWrapper, pkgconfig, autoconf, automake, ccache, ccache_dir ? "" 1{ stdenv, makeWrapper, pkgconfig, autoconf, automake, ccache, ccache_dir ? ""
2, adns, curl, gettext, gmp, gnutls, gss, ncurses, openldap, zlib, sqlite, mariadb, postgresql 2, adns, curl, gettext, gmp, gnutls, gss, ncurses, openldap
3, jansson, zlib, sqlite, mariadb, postgresql
3, libextractor, libgcrypt, libgnurl, libidn, libmicrohttpd 4, libextractor, libgcrypt, libgnurl, libidn, libmicrohttpd
4, libpsl, libtool, libunistring, libxml2 5, libpsl, libtool, libunistring, libxml2
5}: 6}:
@@ -10,7 +11,8 @@ stdenv.mkDerivation rec {
10 11
11 buildInputs = [ 12 buildInputs = [
12 makeWrapper pkgconfig autoconf automake ccache 13 makeWrapper pkgconfig autoconf automake ccache
13 adns curl gettext gmp gnutls gss ncurses openldap zlib sqlite mariadb postgresql 14 adns curl gettext gmp gnutls gss ncurses openldap
15 jansson zlib sqlite mariadb postgresql
14 libextractor libgcrypt libgnurl libidn libmicrohttpd 16 libextractor libgcrypt libgnurl libidn libmicrohttpd
15 libpsl libtool libunistring libxml2 17 libpsl libtool libunistring libxml2
16 ]; 18 ];