mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
libusb1: remove assert that breaks udev = null deep override
This is another case of #73102
This commit is contained in:
parent
1d41739764
commit
24bae16e71
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue