haskell-configuration-common: don't import LLVM into the package set
Instead, we'll make sure that packages find it in self.llvmPackages.
This commit is contained in:
parent
49f3c375b5
commit
39ec62fa96
@ -4,9 +4,6 @@ with import ./lib.nix { inherit pkgs; };
|
|||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
|
||||||
# Use LLVM for particular GHC version.
|
|
||||||
inherit (self.llvmPackages) llvm;
|
|
||||||
|
|
||||||
# Some packages need a non-core version of Cabal.
|
# Some packages need a non-core version of Cabal.
|
||||||
Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
|
Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
|
||||||
Cabal_1_20_0_3 = dontCheck super.Cabal_1_20_0_3;
|
Cabal_1_20_0_3 = dontCheck super.Cabal_1_20_0_3;
|
||||||
|
Loading…
Reference in New Issue
Block a user