Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

souffle: Disable parallel building

https://hydra.nixos.org/build/62750790

+2 -1
+2 -1
pkgs/development/compilers/souffle/default.nix
··· 29 29 30 30 preConfigure = "./bootstrap"; 31 31 32 - enableParallelBuilding = true; 32 + # in 1.0.0: parser.hh:40:0: error: unterminated #ifndef 33 + enableParallelBuilding = false; 33 34 34 35 # See https://github.com/souffle-lang/souffle/issues/176 35 36 hardeningDisable = [ "fortify" ];