libusb1: remove assert that breaks udev = null deep override

This is another case of #73102
This commit is contained in:
Dmitry Kalinkin 2021-01-28 15:38:17 -05:00
parent 1d41739764
commit 24bae16e71
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -3,14 +3,12 @@
, autoreconfHook
, pkg-config
, enableUdev ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
, udev ? null
, udev
, libobjc
, IOKit
, withStatic ? false
}:
assert enableUdev -> udev != null;
stdenv.mkDerivation rec {
pname = "libusb";
version = "1.0.24";