···44 libc++ is an implementation of the C++ standard library, targeting C++11,
45 C++14 and above.
46 '';
000047 # "All of the code in libc++ is dual licensed under the MIT license and the
48 # UIUC License (a BSD-like license)":
49 license = with lib.licenses; [ mit ncsa ];
···44 libc++ is an implementation of the C++ standard library, targeting C++11,
45 C++14 and above.
46 '';
47+48+ # https://github.com/NixOS/nixpkgs/pull/133217#issuecomment-895742807
49+ broken = stdenv.isDarwin;
50+51 # "All of the code in libc++ is dual licensed under the MIT license and the
52 # UIUC License (a BSD-like license)":
53 license = with lib.licenses; [ mit ncsa ];