squeak: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:30:46 +00:00
parent 0782c5e810
commit 24a5b240c8
1 changed files with 2 additions and 0 deletions

View File

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