Merge pull request #22200 from NixOS/revert-22198-master
Revert "Mark ihaskell as broken. Closes #22047."
This commit is contained in:
commit
df1fee320c
@ -16,7 +16,7 @@ let
|
|||||||
in
|
in
|
||||||
buildEnv {
|
buildEnv {
|
||||||
name = "ihaskell-with-packages";
|
name = "ihaskell-with-packages";
|
||||||
paths = [ ihaskellEnv ipython (abort "ihaskell is currently broken. See https://github.com/NixOS/nixpkgs/issues/22047.")];
|
paths = [ ihaskellEnv ipython ];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
. "${makeWrapper}/nix-support/setup-hook"
|
. "${makeWrapper}/nix-support/setup-hook"
|
||||||
ln -s ${ihaskellSh}/bin/ihaskell-notebook $out/bin/.
|
ln -s ${ihaskellSh}/bin/ihaskell-notebook $out/bin/.
|
||||||
|
Loading…
Reference in New Issue
Block a user