Merge pull request #24646 from luke-clifton/accelerate-llvm

llvm-hs: Point llvm-hs to llvm_4
This commit is contained in:
Benno Fünfstück 2017-04-05 11:42:00 +02:00 committed by GitHub
commit 26084166c3

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;