Merge pull request #62154 from markuskowa/fix-halide
halide: fix to llvm6
This commit is contained in:
commit
40cc9cfdb6
1 changed files with 1 additions and 1 deletions
|
@ -3525,7 +3525,7 @@ in
|
|||
|
||||
halibut = callPackage ../tools/typesetting/halibut { };
|
||||
|
||||
halide = callPackage ../development/compilers/halide { };
|
||||
halide = callPackage ../development/compilers/halide { llvmPackages=llvmPackages_6; };
|
||||
|
||||
ham = pkgs.perlPackages.ham;
|
||||
|
||||
|
|
Loading…
Reference in a new issue