Merge pull request #218766 from wegank/dolphin-emu-gcc
dolphin-emu: use gcc12Stdenv on aarch64-linux
This commit is contained in:
@@ -2304,7 +2304,7 @@ with pkgs;
|
||||
stdenv =
|
||||
if stdenv.isDarwin && stdenv.isAarch64 then llvmPackages_14.stdenv
|
||||
# https://github.com/NixOS/nixpkgs/issues/201254
|
||||
else if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc11Stdenv
|
||||
else if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc12Stdenv
|
||||
else stdenv;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user