mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #173432 from SFrijters/arrow-cpp-remove-compiler-override
arrow-cpp: Remove redundant compiler override
This commit is contained in:
commit
7d40f8bf5d
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user