Unverified Commit 83a8e742 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

monero-{cli,gui}: require udev only on Linux

parent 02dad1a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ stdenv.mkDerivation rec {
      hidapi
      libusb1
      protobuf_21
    ]
    ++ lib.optionals (trezorSupport && stdenv.isLinux) [
      udev
    ];

+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@ stdenv.mkDerivation rec {
      libusb1
      protobuf_21
      python3
    ]
    ++ lib.optionals (trezorSupport && stdenv.isLinux) [
      udev
    ];