kotatogram-desktop: downgrade to llvmPackages_12 compiler on Darwin

This commit is contained in:
Ilya Fedin
2023-11-17 21:27:11 +04:00
parent 2ffc4462c1
commit e31cf313a9
+1 -1
View File
@@ -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.