Unverified Commit da2b9ece authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #218768 from wegank/kakoune-gcc

kakoune: use gcc12Stdenv on aarch64-linux
parents 77855266 7b6e9e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8769,7 +8769,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