kotatogram-desktop: use llvmPackages_14 on darwin

This commit is contained in:
Weijia Wang 2024-04-14 02:59:43 +02:00
parent 6fe145f2d0
commit b3079c52c0
1 changed files with 1 additions and 1 deletions

View File

@ -32460,7 +32460,7 @@ with pkgs;
CoreMediaIO QuartzCore AppKit CoreWLAN WebKit IOKit GSS MediaPlayer IOSurface Metal MetalKit;
stdenv = if stdenv.isDarwin
then overrideLibcxx darwin.apple_sdk_11_0.llvmPackages_12.stdenv
then overrideSDK llvmPackages_14.stdenv "11.0"
else stdenv;
# telegram-desktop has random crashes when jemalloc is built with gcc.