arrow-cpp: fix for darwin (#78614)

Using pkgsStatic.gtest fails to link, so we just use the default.
This commit is contained in:
tobim
2020-01-28 16:10:48 -05:00
committed by Dmitry Kalinkin
parent 508343962e
commit 8c651aa852
-1
View File
@@ -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'
});