nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #180879 from jonringer/bison-tests

authored by

Artturi and committed by
GitHub
5a01941e a92f7ed6

+2 -1
+2 -1
pkgs/development/tools/parsing/bison/default.nix
··· 28 28 29 29 enableParallelBuilding = true; 30 30 31 - doCheck = true; 31 + # Normal check and install check largely execute the same test suite 32 + doCheck = false; 32 33 doInstallCheck = true; 33 34 34 35 meta = {