mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:47:45 +00:00
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
@ -3,7 +3,7 @@
|
||||
, fetchpatch
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, enableUdev ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
|
||||
, enableUdev ? stdenv.isLinux && !stdenv.targetPlatform.isStatic
|
||||
, udev
|
||||
, libobjc
|
||||
, IOKit
|
||||
|
Loading…
Reference in New Issue
Block a user