freicoin: fix build by disabling miniupnpc support

development has stalled and miniupnpc library is incompatible with
freicoin.
This commit is contained in:
Jörg Thalheim 2017-06-18 09:46:31 +01:00
parent 5b96398b4d
commit f43da04924
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1m5pcnfhwhcj7q00p2sy3h73rkdm3w6grmljgiq53gshcj08cq1z";
};
qmakeFlags = ["USE_UPNP=-"];
# I think that openssl and zlib are required, but come through other
# packages
@ -20,7 +22,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ qmake4Hook ];
buildInputs = [ db boost gmp mpfr miniupnpc qt4 ];
buildInputs = [ db boost gmp mpfr qt4 ];
meta = with stdenv.lib; {
description = "Peer-to-peer currency with demurrage fee";