include-what-you-use: use unversioned llvm attribute
...in the expression itself, while hard-coding the officially supported version in all-packages.nix for sanity's sake (mine).
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ stdenv, fetchurl, cmake, llvmPackages_37 }:
|
||||
{ stdenv, fetchurl, cmake, llvmPackages }:
|
||||
|
||||
let
|
||||
version = "0.5";
|
||||
llvmPackages = llvmPackages_37;
|
||||
in stdenv.mkDerivation rec {
|
||||
# Also bump llvmPackages in all-packages.nix to the supported version!
|
||||
let version = "0.5"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "include-what-you-use-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user