teylus: disable format hardening
This commit is contained in:
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ omake ocaml flex bison ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildPhase = "omake all";
|
||||
|
||||
checkPhase = "omake check";
|
||||
|
||||
Reference in New Issue
Block a user