llvm-hs: Point llvm-hs to llvm_4

This commit is contained in:
Luke Clifton 2017-04-05 15:37:47 +08:00 committed by Luke Clifton
parent f038db24a6
commit 5ffece7de1

View File

@ -239,6 +239,8 @@ self: super: builtins.intersectAttrs super {
}
);
llvm-hs = super.llvm-hs.override { llvm-config = pkgs.llvm_4; };
# Needs help finding LLVM.
spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;