fox: turn off format hardening
This commit is contained in:
parent
b4e77c34e7
commit
58c571be65
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
description = "C++ based class library for building Graphical User Interfaces";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user