From e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Wed, 10 Feb 2016 22:44:23 +0000 Subject: [PATCH] asc: turn off format hardening --- pkgs/games/asc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix index b2f251bfecb8..82d4748a9796 100644 --- a/pkgs/games/asc/default.nix +++ b/pkgs/games/asc/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation rec { configureFlags = [ "--disable-paragui" "--disable-paraguitest" ]; NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems + hardening_format = false; buildInputs = [ SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat