libusb1: fix Android build (#353159)

This commit is contained in:
Artturin
2024-11-15 23:03:05 +02:00
committed by GitHub
@@ -4,7 +4,7 @@
, autoreconfHook
, doxygen
, pkg-config
, enableUdev ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic
, enableUdev ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic && !stdenv.hostPlatform.isAndroid
, udev
, libobjc
, IOKit