litecoin: add zmq support
This commit is contained in:
parent
3baa12f286
commit
910c73e062
@ -5,6 +5,7 @@
|
|||||||
, AppKit
|
, AppKit
|
||||||
, withGui ? true, libevent
|
, withGui ? true, libevent
|
||||||
, qtbase, qttools
|
, qtbase, qttools
|
||||||
|
, zeromq
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -22,7 +23,7 @@ mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
buildInputs = [ openssl db48 boost zlib
|
buildInputs = [ openssl db48 boost zlib zeromq
|
||||||
miniupnpc glib protobuf utillinux libevent ]
|
miniupnpc glib protobuf utillinux libevent ]
|
||||||
++ optionals stdenv.isDarwin [ AppKit ]
|
++ optionals stdenv.isDarwin [ AppKit ]
|
||||||
++ optionals withGui [ qtbase qttools qrencode ];
|
++ optionals withGui [ qtbase qttools qrencode ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user