mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
liquidwar: turn off format hardening
This commit is contained in:
parent
f1e4a8c966
commit
6e13bcd436
@ -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 New Issue
Block a user