souffle: work around hardening bug on linux
This commit is contained in:
parent
b78e625445
commit
9a05352488
@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# See https://github.com/souffle-lang/souffle/issues/176
|
||||||
|
hardeningDisable = [ "fortify" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A translator of declarative Datalog programs into the C++ language";
|
description = "A translator of declarative Datalog programs into the C++ language";
|
||||||
homepage = "http://souffle-lang.github.io/";
|
homepage = "http://souffle-lang.github.io/";
|
||||||
|
Loading…
Reference in New Issue
Block a user