arrow-cpp: fix for darwin (#78614)
Using pkgsStatic.gtest fails to link, so we just use the default.
This commit is contained in:
parent
508343962e
commit
8c651aa852
@ -10903,7 +10903,6 @@ in
|
|||||||
arrayfire = callPackage ../development/libraries/arrayfire {};
|
arrayfire = callPackage ../development/libraries/arrayfire {};
|
||||||
|
|
||||||
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
|
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
|
||||||
inherit (pkgsStatic) gtest;
|
|
||||||
} // stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
} // stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||||
stdenv = overrideCC stdenv buildPackages.gcc6; # hidden symbol `__divmoddi4'
|
stdenv = overrideCC stdenv buildPackages.gcc6; # hidden symbol `__divmoddi4'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user