memorycoin: fix build by disabling miniupnpc support
This commit is contained in:
parent
f43da04924
commit
8a8cc0071e
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, openssl, db48, boost
|
{ stdenv, fetchurl, pkgconfig, openssl, db48, boost
|
||||||
, zlib, miniupnpc, qt4, qmake4Hook, utillinux, protobuf, qrencode
|
, zlib, qt4, qmake4Hook, utillinux, protobuf, qrencode
|
||||||
, withGui }:
|
, withGui }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -13,10 +13,12 @@ stdenv.mkDerivation rec{
|
|||||||
sha256 = "1iyh6dqrg0mirwci5br5n5qw3ghp2cs23wd8ygr56bh9ml4dr1m8";
|
sha256 = "1iyh6dqrg0mirwci5br5n5qw3ghp2cs23wd8ygr56bh9ml4dr1m8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl db48 boost zlib
|
buildInputs = [ pkgconfig openssl db48 boost zlib utillinux protobuf ]
|
||||||
miniupnpc utillinux protobuf ]
|
|
||||||
++ optionals withGui [ qt4 qmake4Hook qrencode ];
|
++ optionals withGui [ qt4 qmake4Hook qrencode ];
|
||||||
|
|
||||||
|
qmakeFlags = ["USE_UPNP=-"];
|
||||||
|
makeFlags = ["USE_UPNP=-"];
|
||||||
|
|
||||||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
||||||
++ optionals withGui [ "--with-gui=qt4" ];
|
++ optionals withGui [ "--with-gui=qt4" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user