summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-10 22:44:23 +0000
committerRobin Gloster <mail@glob.in>2016-02-10 23:27:38 +0000
commite5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c (patch)
treedba54663f17880c5fcfa5514a408e2fb2b521891
parent2fdd13234e133d8f5bdd1c383824c4b6530fd64a (diff)
downloadnixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar.gz
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar.bz2
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar.lz
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar.xz
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.tar.zst
nixpkgs-e5fb9eb27cdbd7ad9366fc06b0c57cd4f48bec1c.zip
asc: turn off format hardening
-rw-r--r--pkgs/games/asc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix
index b2f251bfecb..82d4748a979 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