fox: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 23:47:59 +00:00
parent b4e77c34e7
commit 58c571be65

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
hardening_format = false;
meta = { meta = {
description = "C++ based class library for building Graphical User Interfaces"; description = "C++ based class library for building Graphical User Interfaces";
longDescription = '' longDescription = ''