kotatogram-desktop: use llvmPackages_14 on darwin
This commit is contained in:
parent
6fe145f2d0
commit
b3079c52c0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user