Merge pull request #304344 from wegank/osl-darwin-2

osl: remove overrideLibcxx
This commit is contained in:
Nick Cao 2024-04-16 09:34:44 -04:00 committed by GitHub
commit 21787bebb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -11616,10 +11616,7 @@ with pkgs;
osl = libsForQt5.callPackage ../development/compilers/osl {
boost = boost179;
libclang = llvmPackages_15.libclang;
clang =
if stdenv.cc.libcxx != null
then (overrideLibcxx llvmPackages_15.stdenv).cc
else clang_15;
clang = clang_15;
llvm = llvm_15;
openexr = openexr_3;
};