dxx-rebirth: disable format hardening

This commit is contained in:
Matthew Bauer 2018-06-10 20:32:31 -04:00
parent 8eabbf1f17
commit f522c9c3b9

View file

@ -37,6 +37,8 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
buildPhase = ''
runHook preBuild