libusb1: build using clangStdenv ... on darwin
This commit is contained in:
parent
3dea766731
commit
ef171fe543
|
@ -5525,7 +5525,9 @@ let
|
|||
libusb = callPackage ../development/libraries/libusb {};
|
||||
|
||||
libusb1 = callPackage ../development/libraries/libusb1 {
|
||||
stdenv = pkgs.clangStdenv;
|
||||
stdenv = if stdenv.isDarwin
|
||||
then clangStdenv
|
||||
else stdenv;
|
||||
};
|
||||
|
||||
libunwind = callPackage ../development/libraries/libunwind { };
|
||||
|
|
Loading…
Reference in New Issue