fox: turn off format hardening
This commit is contained in:
parent
b4e77c34e7
commit
58c571be65
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user