monero: add missing deps

This commit is contained in:
rnhmjoj 2019-11-10 15:44:56 +01:00
parent 6cc03f3418
commit 039d299810
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

@ -2,7 +2,7 @@
, cmake, pkgconfig , cmake, pkgconfig
, boost, miniupnpc, openssl, unbound, cppzmq , boost, miniupnpc, openssl, unbound, cppzmq
, zeromq, pcsclite, readline, libsodium, hidapi , zeromq, pcsclite, readline, libsodium, hidapi
, python3Packages , python3Packages, randomx, rapidjson
, CoreData, IOKit, PCSC , CoreData, IOKit, PCSC
}: }:
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
boost miniupnpc openssl unbound boost miniupnpc openssl unbound
cppzmq zeromq pcsclite readline cppzmq zeromq pcsclite readline
libsodium hidapi libsodium hidapi randomx rapidjson
python3Packages.protobuf python3Packages.protobuf
] ++ stdenv.lib.optionals stdenv.isDarwin [ IOKit CoreData PCSC ]; ] ++ stdenv.lib.optionals stdenv.isDarwin [ IOKit CoreData PCSC ];