1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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;
hardening_format = false;
meta = {
description = "C++ based class library for building Graphical User Interfaces";
longDescription = ''