Skip to content

Commit

Permalink
Merge pull request #22200 from NixOS/revert-22198-master
Browse files Browse the repository at this point in the history
Revert "Mark ihaskell as broken. Closes #22047."
  • Loading branch information
globin committed Jan 27, 2017
2 parents 7774b9e + cb6490f commit df1fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/haskell/ihaskell/wrapper.nix
Expand Up @@ -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/.
Expand Down

0 comments on commit df1fee3

Please sign in to comment.