ghcWithPackages: add withLLVM
This commit is contained in:
committed by
Peter Simons
parent
1368206eb8
commit
49f3c375b5
@@ -54,7 +54,10 @@ let
|
||||
|
||||
inherit mkDerivation callPackage;
|
||||
|
||||
ghcWithPackages = pkgs: callPackage ./with-packages-wrapper.nix { packages = pkgs self; };
|
||||
ghcWithPackages = pkgs: callPackage ./with-packages-wrapper.nix {
|
||||
inherit (self) llvmPackages;
|
||||
packages = pkgs self;
|
||||
};
|
||||
|
||||
ghc = ghc // { withPackages = self.ghcWithPackages; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user