treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [ "-DIWYU_LLVM_ROOT_PATH=${llvmPackages.clang-unwrapped}" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/bin/iwyu_tool.py \
|
||||
--replace "'include-what-you-use'" "'$out/bin/include-what-you-use'"
|
||||
|
||||
Reference in New Issue
Block a user