llvmPackages_13.libcxx: mark as broken on darwin
(cherry picked from commit f8230bb0f482e639b09d84c2ffaf2ca95c179427)
This commit is contained in:
parent
373402fb6d
commit
90cb748196
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue