liquidwar: turn off format hardening
This commit is contained in:
parent
f1e4a8c966
commit
6e13bcd436
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
libXrender libcaca cunit
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
# To avoid problems finding SDL_types.h.
|
||||
configureFlags = [ "CFLAGS=-I${SDL}/include/SDL" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue