cgui: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:49:59 +00:00
parent 16c81c9f74
commit 2c1357d7c2
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sh fix.sh unix
'';
hardening_format = false;
makeFlags = [ "SYSTEM_DIR=$(out)" ];
meta = with stdenv.lib; {