gnunet-dev.nix: add jansson
authorGabor X Toth <*@tg-x.net>
Mon, 17 Oct 2016 18:14:32 +0000 (18:14 +0000)
committerGabor X Toth <*@tg-x.net>
Mon, 17 Oct 2016 18:14:32 +0000 (18:14 +0000)
gnunet-dev.nix

index 791adb57829501407da5ab98009fce15e377fd1f..09baefe5e14a996672ff961271685b2332cca2d2 100644 (file)
@@ -1,5 +1,6 @@
 { stdenv, makeWrapper, pkgconfig, autoconf, automake, ccache, ccache_dir ? ""
-, adns, curl, gettext, gmp, gnutls, gss, ncurses, openldap, zlib, sqlite, mariadb, postgresql
+, adns, curl, gettext, gmp, gnutls, gss, ncurses, openldap
+, jansson, zlib, sqlite, mariadb, postgresql
 , libextractor, libgcrypt, libgnurl, libidn, libmicrohttpd
 , libpsl, libtool, libunistring, libxml2
 }:
@@ -10,7 +11,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     makeWrapper pkgconfig autoconf automake ccache
-    adns curl gettext gmp gnutls gss ncurses openldap zlib sqlite mariadb postgresql
+    adns curl gettext gmp gnutls gss ncurses openldap
+    jansson zlib sqlite mariadb postgresql
     libextractor libgcrypt libgnurl libidn libmicrohttpd
     libpsl libtool libunistring libxml2
   ];