Merge pull request #168827 from mweinelt/fix-eval-without-aliases

kotatogram-desktop: reference llvm stdenv directly
This commit is contained in:
Martin Weinelt 2022-04-16 00:48:50 +02:00 committed by GitHub
commit d75710d820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27084,7 +27084,7 @@ with pkgs;
# C++20 is required, darwin has Clang 7 by default, aarch64 has gcc 9 by default
stdenv = if stdenv.isDarwin
then clang12Stdenv
then llvmPackages_12.stdenv
else if stdenv.isAarch64 then gcc10Stdenv else stdenv;
# tdesktop has random crashes when jemalloc is built with gcc.