squeak: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:30:46 +00:00
parent 0782c5e810
commit 24a5b240c8

View file

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardening_format = false;
meta = with stdenv.lib; {
description = "Smalltalk programming language and environment";
longDescription = ''