mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Merge pull request #67668 from strager/iwyu-0.12
include-what-you-use: 0.10 -> 0.12
This commit is contained in:
commit
27bd71c008
@ -3,10 +3,10 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "include-what-you-use-${version}";
|
||||
# Also bump llvmPackages in all-packages.nix to the supported version!
|
||||
version = "0.10";
|
||||
version = "0.12";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "16alan9rwbhpyfxmlpc7gbfnbqd877wdqrkvgqrjb1jlqkzpg55s";
|
||||
sha256 = "09b0h704fh7r4f5h92p5997cj3zk1v04bqp4jk1j1f6cmfq2z2d5";
|
||||
url = "${meta.homepage}/downloads/${name}.src.tar.gz";
|
||||
};
|
||||
|
||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/bin/iwyu_tool.py \
|
||||
--replace "['include-what-you-use']" "['$out/bin/include-what-you-use']"
|
||||
--replace "'include-what-you-use'" "'$out/bin/include-what-you-use'"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
@ -9666,7 +9666,7 @@ in
|
||||
};
|
||||
|
||||
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
|
||||
llvmPackages = llvmPackages_6;
|
||||
llvmPackages = llvmPackages_8;
|
||||
};
|
||||
|
||||
indent = callPackage ../development/tools/misc/indent { };
|
||||
|
Loading…
Reference in New Issue
Block a user