kakoune: use gcc12Stdenv on aarch64-linux

This commit is contained in:
Weijia Wang
2023-02-28 10:52:44 +02:00
parent b73601f559
commit 7b6e9e2cac
+1 -1
View File
@@ -8758,7 +8758,7 @@ with pkgs;
# See comments on https://github.com/NixOS/nixpkgs/pull/198836
# Remove below when stdenv for linux-aarch64 become recent enough.
# 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;
};
kakoune = wrapKakoune kakoune-unwrapped {
plugins = [ ]; # override with the list of desired plugins