libusb1: enable udev support for dynamically linked musl platform (#195351)
This was previously disabled because pkgs.udev (=pkgs.systemd) was not building on musl, but that is no longer the case. This fixes the build of pkgsMusl.usbutils, which requires udev support in libusb1.
This commit is contained in:
parent
3dae05bb91
commit
7fc8453a68
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, enableUdev ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
|
, enableUdev ? stdenv.isLinux && !stdenv.targetPlatform.isStatic
|
||||||
, udev
|
, udev
|
||||||
, libobjc
|
, libobjc
|
||||||
, IOKit
|
, IOKit
|
||||||
|
|
Loading…
Reference in a new issue