gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38167 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r38167 - gnunet
Date: Mon, 17 Oct 2016 20:14:33 +0200

Author: tg
Date: 2016-10-17 20:14:32 +0200 (Mon, 17 Oct 2016)
New Revision: 38167

Modified:
   gnunet/gnunet-dev.nix
Log:
gnunet-dev.nix: add jansson

Modified: gnunet/gnunet-dev.nix
===================================================================
--- gnunet/gnunet-dev.nix       2016-10-17 17:45:45 UTC (rev 38166)
+++ gnunet/gnunet-dev.nix       2016-10-17 18:14:32 UTC (rev 38167)
@@ -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 @@
 
   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
   ];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]