chore: Nix: add back overrideCC that got lost on the way

This commit is contained in:
Sebastian Ullrich 2021-08-11 10:12:02 +02:00
parent d471f8df60
commit c591a68aab

View file

@ -28,7 +28,7 @@ let
});
stdenv' = if stdenv.isLinux then useGoldLinker stdenv else stdenv;
lean = callPackage (import ./bootstrap.nix) (args // {
stdenv = stdenv';
stdenv = overrideCC stdenv' cc;
inherit buildLeanPackage;
});
makeOverridableLeanPackage = f: