ihaskell: remove service configuration. (#22268)

See #22047. This change should be reverted after IHaskell has been
updated to support GHC 8.
This commit is contained in:
Vaibhav Sagar 2017-01-30 14:38:42 +07:00 committed by Vladimír Čunát
parent b596cd5731
commit 63f609b1a4
3 changed files with 10 additions and 10 deletions

View file

@ -206,7 +206,7 @@
ripple-data-api = 186;
mediatomb = 187;
rdnssd = 188;
ihaskell = 189;
# ihaskell = 189; # unused
i2p = 190;
lambdabot = 191;
asterisk = 192;
@ -469,7 +469,7 @@
#ripple-data-api = 186; #unused
mediatomb = 187;
#rdnssd = 188; # unused
ihaskell = 189;
# ihaskell = 189; # unused
i2p = 190;
lambdabot = 191;
asterisk = 192;

View file

@ -261,7 +261,7 @@
./services/misc/gitolite.nix
./services/misc/gogs.nix
./services/misc/gpsd.nix
./services/misc/ihaskell.nix
#./services/misc/ihaskell.nix
./services/misc/leaps.nix
./services/misc/mantisbt.nix
./services/misc/mathics.nix

View file

@ -2256,15 +2256,15 @@ with pkgs;
};
ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
inherit (haskellPackages) ihaskell ghcWithPackages;
# ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
# inherit (haskellPackages) ihaskell ghcWithPackages;
ipython = python3.buildEnv.override {
extraLibs = with python3Packages; [ ipython ipykernel jupyter_client notebook ];
};
# ipython = python3.buildEnv.override {
# extraLibs = with python3Packages; [ ipython ipykernel jupyter_client notebook ];
# };
packages = config.ihaskell.packages or (self: []);
};
# packages = config.ihaskell.packages or (self: []);
# };
imapproxy = callPackage ../tools/networking/imapproxy { };