package: Add libllvm to the inputs when linting
This should allow better stacktraces when clang-tidy fails miserably on aarch64 machines Change-Id: Ia795cf1dc012bd8f06b429d97184b88c80dd72cb
This commit is contained in:
@@ -358,6 +358,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optional (!officialRelease && buildUnreleasedNotes) build-release-notes
|
||||
++ lib.optional internalApiDocs doxygen
|
||||
++ lib.optionals lintInsteadOfBuild [
|
||||
llvmPackages.libllvm
|
||||
# required for a wrapped clang-tidy
|
||||
llvmPackages.clang-tools
|
||||
# load-bearing order (just as below); the actual stdenv wrapped clang
|
||||
|
||||
Reference in New Issue
Block a user