haskell-llvm-hs: drop obsolete version overrides

This commit is contained in:
Peter Simons 2019-08-10 12:58:22 +02:00
parent 79a149e051
commit 3cbe376b37

View File

@ -279,10 +279,7 @@ self: super: builtins.intersectAttrs super {
let dontCheckDarwin = if pkgs.stdenv.isDarwin let dontCheckDarwin = if pkgs.stdenv.isDarwin
then dontCheck then dontCheck
else pkgs.lib.id; else pkgs.lib.id;
in dontCheckDarwin (super.llvm-hs.override { in dontCheckDarwin (super.llvm-hs.override { llvm-config = pkgs.llvm_8; });
llvm-config = pkgs.llvm_8;
llvm-hs-pure = super.llvm-hs-pure_8_0_0;
});
# Needs help finding LLVM. # Needs help finding LLVM.
spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm; spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;