Commit e31cf313 authored by Ilya Fedin's avatar Ilya Fedin
Browse files

kotatogram-desktop: downgrade to llvmPackages_12 compiler on Darwin

parent 2ffc4462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33130,7 +33130,7 @@ with pkgs;
      CoreMediaIO QuartzCore AppKit CoreWLAN WebKit IOKit GSS MediaPlayer IOSurface Metal MetalKit;
    stdenv = if stdenv.isDarwin
      then darwin.apple_sdk_11_0.stdenv
      then overrideLibcxx darwin.apple_sdk_11_0.llvmPackages_12.stdenv
      else stdenv;
    # telegram-desktop has random crashes when jemalloc is built with gcc.