Skip to content

Commit

Permalink
Mark ihaskell as broken. Closes #22047.
Browse files Browse the repository at this point in the history
meta.broken doesn't work in buildEnv so we abort when the dependencies
are evaluated.

See bug for more context.
  • Loading branch information
teh authored and globin committed Jan 27, 2017
1 parent 3842e82 commit 6dd5c9d
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 ];
paths = [ ihaskellEnv ipython (abort "ihaskell is currently broken. See https://github.com/NixOS/nixpkgs/issues/22047.")];
postBuild = ''
. "${makeWrapper}/nix-support/setup-hook"
ln -s ${ihaskellSh}/bin/ihaskell-notebook $out/bin/.
Expand Down

0 comments on commit 6dd5c9d

Please sign in to comment.