about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2017-01-30 14:38:42 +0700
committerVladimír Čunát <vcunat@gmail.com>2017-01-30 08:38:42 +0100
commit63f609b1a4e5bed5442bf7054fd1ac5ea29a7185 (patch)
tree0a4d60b53714857e222620634269a2ee24d029e9 /pkgs
parentb596cd5731e087f99b902c3deeac448bada59023 (diff)
downloadnixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar.gz
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar.bz2
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar.lz
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar.xz
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.tar.zst
nixlib-63f609b1a4e5bed5442bf7054fd1ac5ea29a7185.zip
ihaskell: remove service configuration. (#22268)
See #22047. This change should be reverted after IHaskell has been
updated to support GHC 8.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1b587b4fd430..a037f06caf20 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.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 { };