3
0
Fork 0
forked from mirrors/nixpkgs

Make config.ihaskell.packages conformant with config.haskellPackageOverrides

This commit is contained in:
Edward Tjörnhammar 2015-04-11 00:09:31 +02:00
parent 13dcb35233
commit c1ab1f0e84

View file

@ -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 { };