gcc: inline pointless inherit ({..})

This commit is contained in:
Adam Joseph 2023-11-06 14:18:34 -08:00 committed by Adam Joseph
parent b9c6f5b754
commit 855695d8b5

@ -15851,10 +15851,8 @@ with pkgs;
default-gcc-version =
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
else 12;
inherit ({
gcc = pkgs.${"gcc${toString default-gcc-version}"};
gccFun = callPackage ../development/compilers/gcc;
}) gcc gccFun;
gcc = pkgs.${"gcc${toString default-gcc-version}"};
gccFun = callPackage ../development/compilers/gcc;
gcc-unwrapped = gcc.cc;
wrapNonDeterministicGcc = stdenv: ccWrapper: