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:
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 a new issue