njam: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-27 21:56:33 +00:00
parent c30d4c732e
commit 6f9d474db1
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL SDL_image SDL_mixer SDL_net ];
hardeningDisable = [ "format" ];
patches = [ ./logfile.patch ];
meta = {