3
0
Fork 0
forked from mirrors/nixpkgs

Try producing release without running bison2.4 testsuite..

svn path=/nixpkgs/trunk/; revision=13189
This commit is contained in:
Michael Raskin 2008-11-04 18:39:52 +00:00
parent 6ae377d514
commit 8b06e2e228

View file

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [m4];
doCheck = true;
#doCheck = true;
doCheck = false;
meta = {
description = "GNU Bison, a Yacc-compatible parser generator";