Skip to content

Commit

Permalink
idris: jailbreak
Browse files Browse the repository at this point in the history
Fixes #23048
  • Loading branch information
gebner committed Feb 22, 2017
1 parent 51134cd commit b66ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ self: super: {
});

# test suite cannot find its own "idris" binary
idris = dontCheck super.idris;
idris = doJailbreak (dontCheck super.idris);

# https://github.com/bos/math-functions/issues/25
math-functions = dontCheck super.math-functions;
Expand Down

0 comments on commit b66ec60

Please sign in to comment.