Skip to content

Commit

Permalink
ihaskell: remove service configuration. (#22268)
Browse files Browse the repository at this point in the history
See #22047. This change should be reverted after IHaskell has been
updated to support GHC 8.
  • Loading branch information
vaibhavsagar authored and vcunat committed Jan 30, 2017
1 parent b596cd5 commit 63f609b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/misc/ids.nix
Expand Up @@ -206,7 +206,7 @@
ripple-data-api = 186;
mediatomb = 187;
rdnssd = 188;
ihaskell = 189;
# ihaskell = 189; # unused
i2p = 190;
lambdabot = 191;
asterisk = 192;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/module-list.nix
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 63f609b

Please sign in to comment.