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 {};
|
||||
|
||||
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
|
||||
inherit (pkgsStatic) gtest;
|
||||
} // stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||
stdenv = overrideCC stdenv buildPackages.gcc6; # hidden symbol `__divmoddi4'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue