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:
parent
b596cd5731
commit
63f609b1a4
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user