gengetopt: disable parallelism

Test suite is not thread safe.
main
Jonathan Ringer 3 years ago
parent 3b12b5b822
commit 49a2392306
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/development/tools/misc/gengetopt/default.nix

@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
rm tests/test_conf_parser_save.sh
'';
enableParallelBuilding = true;
# test suite is not thread safe
enableParallelBuilding = false;
nativeBuildInputs = [ texinfo help2man ];

Loading…
Cancel
Save