llvmPackages_13.libcxx: mark as broken on darwin

This commit is contained in:
Yureka
2021-08-20 23:07:43 +02:00
parent b0f27ee74d
commit f8230bb0f4
@@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
libc++ is an implementation of the C++ standard library, targeting C++11,
C++14 and above.
'';
# https://github.com/NixOS/nixpkgs/pull/133217#issuecomment-895742807
broken = stdenv.isDarwin;
# "All of the code in libc++ is dual licensed under the MIT license and the
# UIUC License (a BSD-like license)":
license = with lib.licenses; [ mit ncsa ];