Commit 583658ab authored by Vaibhav Sagar's avatar Vaibhav Sagar

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 ])'`.
parent 444e275a
......@@ -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 ];
......
......@@ -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 ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment