3
0
Fork 0
forked from mirrors/nixpkgs

halide: fix to llvm6

Fails to build with llvm7
This commit is contained in:
Markus Kowalewski 2019-05-28 14:32:26 +02:00
parent eccb90a2d9
commit ea60fc9a77
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -3527,7 +3527,7 @@ in
halibut = callPackage ../tools/typesetting/halibut { };
halide = callPackage ../development/compilers/halide { };
halide = callPackage ../development/compilers/halide { llvmPackages=llvmPackages_6; };
ham = pkgs.perlPackages.ham;