chore: Nix: add back overrideCC that got lost on the way
This commit is contained in:
parent
d471f8df60
commit
c591a68aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue