mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
llvm-hs: Point llvm-hs to llvm_4
This commit is contained in:
parent
f038db24a6
commit
5ffece7de1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue