Make config.ihaskell.packages conformant with config.haskellPackageOverrides
This commit is contained in:
parent
13dcb35233
commit
c1ab1f0e84
1 changed files with 1 additions and 1 deletions
|
@ -1684,7 +1684,7 @@ let
|
|||
ihaskell-with-packages = callPackage ../development/tools/haskell/ihaskell/ng-wrapper.nix {
|
||||
inherit (pythonPackages) ipython;
|
||||
inherit (haskellngPackages) ihaskell ghcWithPackages;
|
||||
packages = self: config.ihaskell.packages or [];
|
||||
packages = config.ihaskell.packages or (self: []);
|
||||
};
|
||||
|
||||
imapproxy = callPackage ../tools/networking/imapproxy { };
|
||||
|
|
Loading…
Reference in a new issue