1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
(cherry picked from commit feef017564)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2016-09-13 16:11:37 +02:00
parent 0c0188c5d2
commit 01895ff5ea

View file

@ -50,7 +50,8 @@ stdenv.mkDerivation rec {
-C src/ocaml-output
'';
doCheck = !stdenv.isDarwin;
# https://github.com/FStarLang/FStar/issues/676
doCheck = false;
preCheck = "ulimit -s unlimited";