forked from mirrors/nixpkgs
ihaskell-with-packages: added config.ihaskell.packages
This commit is contained in:
parent
3d2604a8b6
commit
e946ef1112
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue