mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
haskellPackages.llvm-hs: fix build
It requires llvm_8
This commit is contained in:
parent
f399f890dd
commit
93580a122e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user