root: use gcc12Stdenv on aarch64-linux

This commit is contained in:
Weijia Wang
2023-02-28 10:32:19 +02:00
parent b73601f559
commit 206a7d61dc
+1 -1
View File
@@ -37364,7 +37364,7 @@ with pkgs;
python = python3;
inherit (darwin.apple_sdk.frameworks) Cocoa CoreSymbolication OpenGL;
# https://github.com/NixOS/nixpkgs/issues/201254
stdenv = if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc11Stdenv else stdenv;
stdenv = if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc12Stdenv else stdenv;
};
root5 = lowPrio (callPackage ../applications/science/misc/root/5.nix {