arrow-cpp: Remove redundant compiler override

We are not using gcc-7 by default anymore, and later gccs do not have this problem.
main
Stefan Frijters 2 years ago
parent cc60c24909
commit 1699720fde
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
  1. 5
      pkgs/top-level/all-packages.nix

@ -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 { };

Loading…
Cancel
Save