arrow-cpp: fix on i686-linux

This commit is contained in:
Dmitry Kalinkin
2019-11-11 03:23:09 -05:00
parent e994fdcac0
commit 03e78496b6

View File

@@ -10577,9 +10577,11 @@ in
stdenv = gcc6Stdenv;
};
arrow-cpp = callPackage ../development/libraries/arrow-cpp {
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
gtest = gtest.override { static = true; };
};
} // stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
stdenv = overrideCC stdenv buildPackages.gcc6; # hidden symbol `__divmoddi4'
});
assimp = callPackage ../development/libraries/assimp { };