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 30 preConfigure = "./bootstrap"; 31 32 - enableParallelBuilding = true; 33 34 # See https://github.com/souffle-lang/souffle/issues/176 35 hardeningDisable = [ "fortify" ];
··· 29 30 preConfigure = "./bootstrap"; 31 32 + # in 1.0.0: parser.hh:40:0: error: unterminated #ifndef 33 + enableParallelBuilding = false; 34 35 # See https://github.com/souffle-lang/souffle/issues/176 36 hardeningDisable = [ "fortify" ];