Adding verboseness option to gnunet
This commit is contained in:
parent
a2600b7bc3
commit
42ee481f5d
@ -1,7 +1,8 @@
|
|||||||
{ stdenv, fetchsvn, libextractor, libmicrohttpd, libgcrypt
|
{ stdenv, fetchsvn, libextractor, libmicrohttpd, libgcrypt
|
||||||
, zlib, gmp, curl, libtool, adns, sqlite, pkgconfig
|
, zlib, gmp, curl, libtool, adns, sqlite, pkgconfig
|
||||||
, libxml2, ncurses, gettext, libunistring, libidn
|
, libxml2, ncurses, gettext, libunistring, libidn
|
||||||
, makeWrapper, autoconf, automake }:
|
, makeWrapper, autoconf, automake
|
||||||
|
, withVerbose ? false }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "27775";
|
rev = "27775";
|
||||||
@ -22,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
autoconf automake
|
autoconf automake
|
||||||
];
|
];
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional withVerbose "--enable-logging=verbose ";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# Brute force: since nix-worker chroots don't provide
|
# Brute force: since nix-worker chroots don't provide
|
||||||
# /etc/{resolv.conf,hosts}, replace all references to `localhost'
|
# /etc/{resolv.conf,hosts}, replace all references to `localhost'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user