Skip to content

Commit

Permalink
libusb1: enable udev support for dynamically linked musl platform (#1…
Browse files Browse the repository at this point in the history
…95351)

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.
  • Loading branch information
yu-re-ka committed Oct 12, 2022
1 parent 3dae05b commit 7fc8453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libusb1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, fetchpatch
, autoreconfHook
, pkg-config
, enableUdev ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
, enableUdev ? stdenv.isLinux && !stdenv.targetPlatform.isStatic
, udev
, libobjc
, IOKit
Expand Down

0 comments on commit 7fc8453

Please sign in to comment.