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

This commit is contained in:
Edward Tjörnhammar
2015-03-11 19:22:26 +01:00
parent 3d2604a8b6
commit e946ef1112
+1 -1
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 { };