arrow-cpp: Remove redundant compiler override

We are not using gcc-7 by default anymore, and later gccs do not have this problem.
This commit is contained in:
Stefan Frijters
2022-05-17 23:01:57 +02:00
parent cc60c24909
commit 1699720fde
+1 -4
View File
@@ -16574,10 +16574,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 { };