mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
gcc49Stdenv: re-add
In #77985 it was decided that gcc49 and gcc5 should be deprecated, however we decided to keep gcc49[1]. I removed the commit which dropped gcc49, but apparently I staged the gcc49Stdenv removal in a different commit. Readding this as we decided to keep gcc49 for now. [1] https://github.com/NixOS/nixpkgs/pull/77985#issuecomment-577411659
This commit is contained in:
parent
ed45fe1ccf
commit
8f69e4e45e
@ -7943,6 +7943,7 @@ in
|
||||
extraBuildInputs = lib.optional stdenv.hostPlatform.isDarwin clang.cc;
|
||||
};
|
||||
|
||||
gcc49Stdenv = overrideCC gccStdenv buildPackages.gcc49;
|
||||
gcc6Stdenv = overrideCC gccStdenv buildPackages.gcc6;
|
||||
gcc7Stdenv = overrideCC gccStdenv buildPackages.gcc7;
|
||||
gcc8Stdenv = overrideCC gccStdenv buildPackages.gcc8;
|
||||
|
Loading…
Reference in New Issue
Block a user