mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-llvm-hs: drop obsolete version overrides
This commit is contained in:
parent
79a149e051
commit
3cbe376b37
|
@ -279,10 +279,7 @@ self: super: builtins.intersectAttrs super {
|
|||
let dontCheckDarwin = if pkgs.stdenv.isDarwin
|
||||
then dontCheck
|
||||
else pkgs.lib.id;
|
||||
in dontCheckDarwin (super.llvm-hs.override {
|
||||
llvm-config = pkgs.llvm_8;
|
||||
llvm-hs-pure = super.llvm-hs-pure_8_0_0;
|
||||
});
|
||||
in dontCheckDarwin (super.llvm-hs.override { llvm-config = pkgs.llvm_8; });
|
||||
|
||||
# Needs help finding LLVM.
|
||||
spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;
|
||||
|
|
Loading…
Reference in a new issue