1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

idris: jailbreak

Fixes #23048
This commit is contained in:
Gabriel Ebner 2017-02-22 17:36:23 +01:00
parent 51134cdbfe
commit b66ec6026c

View file

@ -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;