mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
arrow-cpp: fix on i686-linux
This commit is contained in:
parent
e994fdcac0
commit
03e78496b6
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user