primecoin: fix build by disabling upnp support
This commit is contained in:
parent
8a8cc0071e
commit
4c4b102339
@ -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,8 +13,10 @@ stdenv.mkDerivation rec{
|
|||||||
sha256 = "0cixnkici74204s9d5iqj5sccib5a8dig2p2fp1axdjifpg787i3";
|
sha256 = "0cixnkici74204s9d5iqj5sccib5a8dig2p2fp1axdjifpg787i3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl db48 boost zlib
|
qmakeFlags = ["USE_UPNP=-"];
|
||||||
miniupnpc utillinux protobuf ]
|
makeFlags = ["USE_UPNP=-"];
|
||||||
|
|
||||||
|
buildInputs = [ pkgconfig openssl db48 boost zlib utillinux protobuf ]
|
||||||
++ optionals withGui [ qt4 qmake4Hook qrencode ];
|
++ optionals withGui [ qt4 qmake4Hook qrencode ];
|
||||||
|
|
||||||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user