Merge pull request #279404 from trofi/llvm-bintool-targtePrefix-eval-fix

llvmPackages.bintools.bintools: expose `targetPrefix` attribute to ma…
This commit is contained in:
Weijia Wang 2024-01-10 19:50:51 +01:00 committed by GitHub
commit 4994d382bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ runCommand "llvm-binutils-${version}"
preferLocalBuild = true;
passthru = {
isLLVM = true;
inherit targetPrefix;
};
}
(''