coq-fiat: do not run tests on i686

as they require too much memory
This commit is contained in:
Vincent Laporte 2015-07-08 22:44:03 +02:00
parent 813f124471
commit 22bc910c1a

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ coq ];
enableParallelBuilding = false;
doCheck = true;
doCheck = !stdenv.isi686;
unpackPhase = ''
mkdir fiat