teylus: disable format hardening

This commit is contained in:
Robin Gloster 2016-02-25 02:20:27 +00:00
parent 7561c1c9e7
commit 6619c68e0a

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation {
buildInputs = [ omake ocaml flex bison ];
hardening_format = false;
buildPhase = "omake all";
checkPhase = "omake check";