mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
llvmPackages.bintools: enable strictDeps, structuredAttrs
This commit is contained in:
@@ -18,11 +18,13 @@ runCommand "${pname}-${version}"
|
||||
{
|
||||
inherit pname version;
|
||||
preferLocalBuild = true;
|
||||
strictDeps = true;
|
||||
passthru = {
|
||||
isLLVM = true;
|
||||
inherit targetPrefix;
|
||||
inherit llvm lld;
|
||||
};
|
||||
__structuredAttrs = true;
|
||||
meta = {
|
||||
inherit (llvm.meta) teams;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user