Merge pull request #162423 from primeos/llvmPackages_14

llvmPackages_14: Mark broken packages

authored by Michael Weiss and committed by GitHub bc52b640 09f4b2ed

+4
+1
pkgs/development/compilers/llvm/14/libcxxabi/default.nix
··· 82 82 # the UIUC License (a BSD-like license)": 83 83 license = with lib.licenses; [ mit ncsa ]; 84 84 maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ]; 85 + broken = true; # TODO: gnu-install-dirs.patch fails to apply 85 86 }; 86 87 }
+1
pkgs/development/compilers/llvm/14/libunwind/default.nix
··· 43 43 I). It is a dependency of the C++ ABI library, and sometimes is a 44 44 dependency of other runtimes. 45 45 ''; 46 + broken = true; # TODO: gnu-install-dirs.patch fails to apply 46 47 }; 47 48 }
+1
pkgs/development/compilers/llvm/14/lldb/default.nix
··· 115 115 larger LLVM Project, such as the Clang expression parser and LLVM 116 116 disassembler. 117 117 ''; 118 + broken = stdenv.isDarwin; # error: use of undeclared identifier 'CPU_SUBTYPE_ARM64E' 118 119 }; 119 120 } // lib.optionalAttrs enableManpages { 120 121 pname = "lldb-manpages";
+1
pkgs/development/compilers/llvm/14/openmp/default.nix
··· 50 50 # "All of the code is dual licensed under the MIT license and the UIUC 51 51 # License (a BSD-like license)": 52 52 license = with lib.licenses; [ mit ncsa ]; 53 + broken = true; # TODO: gnu-install-dirs.patch fails to apply 53 54 }; 54 55 }