mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
include-what-you-use: 0.4 -> 0.5
Compatible with llvm+clang 3.7. Changes: - Added Boost and Qt mappings. - Better support for using declarations. - Allow size_t from multiple headers. - Fixed handling includes with common path prefix. More: http://include-what-you-use.org/
This commit is contained in:
parent
5958deb7d8
commit
986f446674
@ -1,8 +1,8 @@
|
||||
{ stdenv, fetchurl, cmake, llvmPackages_36 }:
|
||||
{ stdenv, fetchurl, cmake, llvmPackages_37 }:
|
||||
|
||||
let
|
||||
version = "0.4";
|
||||
llvmPackages = llvmPackages_36;
|
||||
version = "0.5";
|
||||
llvmPackages = llvmPackages_37;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "include-what-you-use-${version}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user