Merge pull request #173432 from SFrijters/arrow-cpp-remove-compiler-override

arrow-cpp: Remove redundant compiler override
This commit is contained in:
Artturi 2022-05-18 02:10:27 +03:00 committed by GitHub
commit 7d40f8bf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16558,10 +16558,7 @@ with pkgs;
arrayfire = callPackage ../development/libraries/arrayfire {};
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
} // lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
stdenv = overrideCC stdenv buildPackages.gcc6; # hidden symbol `__divmoddi4'
});
arrow-cpp = callPackage ../development/libraries/arrow-cpp {};
arsenal = callPackage ../tools/security/arsenal { };