0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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; ripple-data-api = 186;
mediatomb = 187; mediatomb = 187;
rdnssd = 188; rdnssd = 188;
ihaskell = 189; # ihaskell = 189; # unused
i2p = 190; i2p = 190;
lambdabot = 191; lambdabot = 191;
asterisk = 192; asterisk = 192;
@ -469,7 +469,7 @@
#ripple-data-api = 186; #unused #ripple-data-api = 186; #unused
mediatomb = 187; mediatomb = 187;
#rdnssd = 188; # unused #rdnssd = 188; # unused
ihaskell = 189; # ihaskell = 189; # unused
i2p = 190; i2p = 190;
lambdabot = 191; lambdabot = 191;
asterisk = 192; asterisk = 192;

View file

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

View file

@ -2256,15 +2256,15 @@ with pkgs;
}; };
ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix { # ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
inherit (haskellPackages) ihaskell ghcWithPackages; # inherit (haskellPackages) ihaskell ghcWithPackages;
ipython = python3.buildEnv.override { # ipython = python3.buildEnv.override {
extraLibs = with python3Packages; [ ipython ipykernel jupyter_client notebook ]; # 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 { }; imapproxy = callPackage ../tools/networking/imapproxy { };