llvmPackages.bintools: enable strictDeps, structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-31 19:21:40 +02:00
parent 3c1d3e38e0
commit 08d4bc9f79

View File

@@ -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;
};