souffle: Disable parallel building

https://hydra.nixos.org/build/62750790
This commit is contained in:
Tuomas Tynkkynen 2017-10-22 21:57:59 +03:00
parent e9aa686d3b
commit 917bd0bfbc

View File

@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
preConfigure = "./bootstrap";
enableParallelBuilding = true;
# in 1.0.0: parser.hh:40:0: error: unterminated #ifndef
enableParallelBuilding = false;
# See https://github.com/souffle-lang/souffle/issues/176
hardeningDisable = [ "fortify" ];