Nit, remove trailing whitespace
This commit is contained in:
parent
1cf7a75d80
commit
a00857983e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
libsodium hidapi randomx rapidjson
|
libsodium hidapi randomx rapidjson
|
||||||
protobuf
|
protobuf
|
||||||
readline easyloggingpp
|
readline easyloggingpp
|
||||||
]
|
]
|
||||||
++ lib.optionals trezorSupport [ libusb1 protobuf python3 ];
|
++ lib.optionals trezorSupport [ libusb1 protobuf python3 ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
|
Loading…
Reference in a new issue