bison: enable tests, enable parallelism

This commit is contained in:
Sergei Trofimovich 2021-10-10 21:12:42 +01:00
parent 88bdfc3b6c
commit faf06a88de

View File

@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ m4 perl ] ++ lib.optional stdenv.isSunOS help2man;
propagatedBuildInputs = [ m4 ];
doCheck = false; # fails
doInstallCheck = false; # fails
enableParallelBuilding = true;
doCheck = true;
doInstallCheck = true;
meta = {
homepage = "https://www.gnu.org/software/bison/";