haskellPackages.llvm-hs: fix build
It requires llvm_8
This commit is contained in:
parent
f399f890dd
commit
93580a122e
1 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,8 @@ self: super: builtins.intersectAttrs super {
|
||||||
then dontCheck
|
then dontCheck
|
||||||
else pkgs.lib.id;
|
else pkgs.lib.id;
|
||||||
in dontCheckDarwin (super.llvm-hs.override {
|
in dontCheckDarwin (super.llvm-hs.override {
|
||||||
llvm-config = pkgs.llvm_6;
|
llvm-config = pkgs.llvm_8;
|
||||||
|
llvm-hs-pure = super.llvm-hs-pure_8_0_0;
|
||||||
});
|
});
|
||||||
|
|
||||||
# Needs help finding LLVM.
|
# Needs help finding LLVM.
|
||||||
|
|
Loading…
Reference in a new issue