bochs: turn off format hardening
This commit is contained in:
parent
37cdc16780
commit
e264f1077b
@ -146,6 +146,8 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE="-I${gtk}/include/gtk-2.0/ -I${libtool}/include/";
|
NIX_CFLAGS_COMPILE="-I${gtk}/include/gtk-2.0/ -I${libtool}/include/";
|
||||||
NIX_LDFLAGS="-L${libtool}/lib";
|
NIX_LDFLAGS="-L${libtool}/lib";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open-source IA-32 (x86) PC emulator";
|
description = "An open-source IA-32 (x86) PC emulator";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user