mold: remove stdenv pin
aarch64-linux is on a modern GCC now, so this is a non-issue.
This commit is contained in:
parent
4f05a87f5e
commit
4ea6c00235
1 changed files with 1 additions and 6 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue