3
0
Fork 0
forked from mirrors/nixpkgs

ihaskell-with-packages: added config.ihaskell.packages

This commit is contained in:
Edward Tjörnhammar 2015-03-11 19:10:07 +01:00
parent 3d2604a8b6
commit e946ef1112

View file

@ -1611,7 +1611,7 @@ let
ihaskell-with-packages = callPackage ../development/tools/haskell/ihaskell/ng-wrapper.nix {
inherit (pythonPackages) ipython;
inherit (haskellngPackages) ihaskell ghcWithPackages;
packages = self: [];
packages = self: config.ihaskell.packages or [];
};
imapproxy = callPackage ../tools/networking/imapproxy { };