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
|
||||
buildEnv {
|
||||
name = "ihaskell-with-packages";
|
||||
paths = [ ihaskellEnv ipython (abort "ihaskell is currently broken. See https://github.com/NixOS/nixpkgs/issues/22047.")];
|
||||
paths = [ ihaskellEnv ipython ];
|
||||
postBuild = ''
|
||||
. "${makeWrapper}/nix-support/setup-hook"
|
||||
ln -s ${ihaskellSh}/bin/ihaskell-notebook $out/bin/.
|
||||
|
Loading…
Reference in New Issue
Block a user