mold: remove stdenv pin

aarch64-linux is on a modern GCC now, so this is a non-issue.
This commit is contained in:
K900 2023-07-11 20:52:52 +03:00
parent 4f05a87f5e
commit 4ea6c00235

View file

@ -19254,12 +19254,7 @@ with pkgs;
modd = callPackage ../development/tools/modd { };
mold = callPackage ../development/tools/mold {
# C++20 is required, aarch64-linux has gcc 9 by default
stdenv = if stdenv.isLinux && stdenv.isAarch64
then llvmPackages_12.libcxxStdenv
else llvmPackages.stdenv;
};
mold = callPackage ../development/tools/mold { };
moon = callPackage ../development/tools/build-managers/moon/default.nix { };