cgui: turn off format hardening
This commit is contained in:
parent
16c81c9f74
commit
2c1357d7c2
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
sh fix.sh unix
|
sh fix.sh unix
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
makeFlags = [ "SYSTEM_DIR=$(out)" ];
|
makeFlags = [ "SYSTEM_DIR=$(out)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user