njam: disable format hardening
This commit is contained in:
parent
c30d4c732e
commit
6f9d474db1
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ SDL SDL_image SDL_mixer SDL_net ];
|
buildInputs = [ SDL SDL_image SDL_mixer SDL_net ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [ ./logfile.patch ];
|
patches = [ ./logfile.patch ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user