Commit 444e275a authored by Vaibhav Sagar's avatar Vaibhav Sagar

release{,-8.2}.nix: enable ihaskell-widgets

parent c0e7d553
...@@ -112,6 +112,8 @@ let ...@@ -112,6 +112,8 @@ let
gtk2hs-buildtools = super.callHackage "gtk2hs-buildtools" "0.13.3.0" {}; gtk2hs-buildtools = super.callHackage "gtk2hs-buildtools" "0.13.3.0" {};
hmatrix = super.hmatrix_0_18_1_0; hmatrix = super.hmatrix_0_18_1_0;
singletons = super.callHackage "singletons" "2.3.1" {};
th-desugar = super.callHackage "th-desugar" "1.7" {};
} // displays self; } // displays self;
}; };
ihaskell = haskellPackages.ihaskell; ihaskell = haskellPackages.ihaskell;
...@@ -128,7 +130,7 @@ let ...@@ -128,7 +130,7 @@ let
ihaskell-plot ihaskell-plot
# ihaskell-rlangqq # ihaskell-rlangqq
ihaskell-static-canvas ihaskell-static-canvas
# ihaskell-widgets ihaskell-widgets
] ++ packages self); ] ++ packages self);
jupyter = nixpkgs.python3.buildEnv.override { jupyter = nixpkgs.python3.buildEnv.override {
extraLibs = with nixpkgs; [ python3Packages.jupyter python3Packages.notebook ]; extraLibs = with nixpkgs; [ python3Packages.jupyter python3Packages.notebook ];
......
...@@ -87,7 +87,7 @@ let ...@@ -87,7 +87,7 @@ let
ihaskell-plot ihaskell-plot
# ihaskell-rlangqq # ihaskell-rlangqq
ihaskell-static-canvas ihaskell-static-canvas
# ihaskell-widgets ihaskell-widgets
] ++ packages self); ] ++ packages self);
jupyter = nixpkgs.python3.buildEnv.override { jupyter = nixpkgs.python3.buildEnv.override {
extraLibs = let ps = nixpkgs.python3Packages; in [ ps.jupyter ps.notebook ]; 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