haskellPackages.llvm-hs: fix build

It requires llvm_8
This commit is contained in:
Jan Tojnar 2019-06-19 18:53:13 +02:00
parent f399f890dd
commit 93580a122e
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -280,7 +280,8 @@ self: super: builtins.intersectAttrs super {
then dontCheck
else pkgs.lib.id;
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.