freicoin: fix build by disabling miniupnpc support
development has stalled and miniupnpc library is incompatible with freicoin.
This commit is contained in:
parent
5b96398b4d
commit
f43da04924
@ -11,16 +11,18 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1m5pcnfhwhcj7q00p2sy3h73rkdm3w6grmljgiq53gshcj08cq1z";
|
sha256 = "1m5pcnfhwhcj7q00p2sy3h73rkdm3w6grmljgiq53gshcj08cq1z";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qmakeFlags = ["USE_UPNP=-"];
|
||||||
|
|
||||||
# I think that openssl and zlib are required, but come through other
|
# I think that openssl and zlib are required, but come through other
|
||||||
# packages
|
# packages
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp freicoin-qt $out/bin
|
cp freicoin-qt $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake4Hook ];
|
nativeBuildInputs = [ qmake4Hook ];
|
||||||
buildInputs = [ db boost gmp mpfr miniupnpc qt4 ];
|
buildInputs = [ db boost gmp mpfr qt4 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Peer-to-peer currency with demurrage fee";
|
description = "Peer-to-peer currency with demurrage fee";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user