release{,-8.2}.nix: disable ihaskell-widgets by default

This module takes an incredibly long time to compile and I haven't
missed it. If needed, it can be enabled with e.g.
`--arg packages '(p: [ p.ihaskell-widgets ])'`.
This commit is contained in:
Vaibhav Sagar 2017-11-01 21:49:32 +08:00
parent 444e275a67
commit 583658abd5
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ let
ihaskell-plot
# ihaskell-rlangqq
ihaskell-static-canvas
ihaskell-widgets
# ihaskell-widgets
] ++ packages self);
jupyter = nixpkgs.python3.buildEnv.override {
extraLibs = with nixpkgs; [ python3Packages.jupyter python3Packages.notebook ];

View File

@ -87,7 +87,7 @@ let
ihaskell-plot
# ihaskell-rlangqq
ihaskell-static-canvas
ihaskell-widgets
# ihaskell-widgets
] ++ packages self);
jupyter = nixpkgs.python3.buildEnv.override {
extraLibs = let ps = nixpkgs.python3Packages; in [ ps.jupyter ps.notebook ];