libusb1: Fix for pkgsMusl
This reintroduces the changes from370d483
after they were probably accidentally removed inb3862e2
.
This commit is contained in:
parent
6817991464
commit
18eff2d1cf
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue