libusb1: Fix for pkgsMusl
This reintroduces the changes from370d483after they were probably accidentally removed inb3862e2.
This commit is contained in:
@@ -33,7 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
|
||||||
preFixup = stdenv.lib.optionalString stdenv.isLinux ''
|
configureFlags = stdenv.lib.optional (!enableSystemd) "--disable-udev";
|
||||||
|
|
||||||
|
preFixup = stdenv.lib.optionalString enableSystemd ''
|
||||||
sed 's,-ludev,-L${stdenv.lib.getLib systemd}/lib -ludev,' -i $out/lib/libusb-1.0.la
|
sed 's,-ludev,-L${stdenv.lib.getLib systemd}/lib -ludev,' -i $out/lib/libusb-1.0.la
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user