monero-gui: remove ? null from inputs
This commit is contained in:
@@ -10,15 +10,13 @@
|
|||||||
, randomx, zeromq, libgcrypt, libgpgerror
|
, randomx, zeromq, libgcrypt, libgpgerror
|
||||||
, hidapi, rapidjson, quirc
|
, hidapi, rapidjson, quirc
|
||||||
, trezorSupport ? true
|
, trezorSupport ? true
|
||||||
, libusb1 ? null
|
, libusb1
|
||||||
, protobuf ? null
|
, protobuf
|
||||||
, python3 ? null
|
, python3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];
|
|
||||||
|
|
||||||
let
|
let
|
||||||
arch = if stdenv.isx86_64 then "x86-64"
|
arch = if stdenv.isx86_64 then "x86-64"
|
||||||
else if stdenv.isi686 then "i686"
|
else if stdenv.isi686 then "i686"
|
||||||
|
|||||||
Reference in New Issue
Block a user