mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
monero-{cli,gui}: require udev only on Linux
(cherry picked from commit 83a8e74283
)
This commit is contained in:
parent
54d0213c00
commit
c08ed769d1
@ -92,6 +92,8 @@ stdenv.mkDerivation rec {
|
||||
hidapi
|
||||
libusb1
|
||||
protobuf_21
|
||||
]
|
||||
++ lib.optionals (trezorSupport && stdenv.isLinux) [
|
||||
udev
|
||||
];
|
||||
|
||||
|
@ -79,6 +79,8 @@ stdenv.mkDerivation rec {
|
||||
libusb1
|
||||
protobuf_21
|
||||
python3
|
||||
]
|
||||
++ lib.optionals (trezorSupport && stdenv.isLinux) [
|
||||
udev
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user