Loading pkgs/by-name/bi/bison/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ stdenv.mkDerivation rec { propagatedBuildInputs = [ m4 ]; enableParallelBuilding = true; # tests are flaky / timing sensitive on FreeBSD enableParallelChecking = !stdenv.hostPlatform.isFreeBSD; # Normal check and install check largely execute the same test suite doCheck = false; Loading Loading
pkgs/by-name/bi/bison/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ stdenv.mkDerivation rec { propagatedBuildInputs = [ m4 ]; enableParallelBuilding = true; # tests are flaky / timing sensitive on FreeBSD enableParallelChecking = !stdenv.hostPlatform.isFreeBSD; # Normal check and install check largely execute the same test suite doCheck = false; Loading