monero-gui: remove ? null from inputs

This commit is contained in:
Sandro Jäckel 2021-03-10 20:19:56 +01:00
parent 3c61ca9620
commit 95f4e61b88
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -10,15 +10,13 @@
, randomx, zeromq, libgcrypt, libgpgerror
, hidapi, rapidjson, quirc
, trezorSupport ? true
, libusb1 ? null
, protobuf ? null
, python3 ? null
, libusb1
, protobuf
, python3
}:
with lib;
assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];
let
arch = if stdenv.isx86_64 then "x86-64"
else if stdenv.isi686 then "i686"