monero: build with hidapi

wip/yesman
rnhmjoj 6 years ago
parent f0f36737e2
commit 9b484cfb91
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A
  1. 4
      pkgs/applications/altcoins/monero/default.nix

@ -1,7 +1,7 @@
{ stdenv, fetchgit
, cmake, pkgconfig, git
, boost, miniupnpc, openssl, unbound, cppzmq
, zeromq, pcsclite, readline, libsodium
, zeromq, pcsclite, readline, libsodium, hidapi
, CoreData, IOKit, PCSC
}:
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [
boost miniupnpc openssl unbound
cppzmq zeromq pcsclite readline
libsodium
libsodium hidapi
] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ];
cmakeFlags = [

Loading…
Cancel
Save