From dcf103284ff67bf4fc2a94783d29418dcc4332c4 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Wed, 24 Feb 2016 17:13:08 +0000 Subject: stardust: disable format hardening --- pkgs/games/stardust/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/games/stardust') diff --git a/pkgs/games/stardust/default.nix b/pkgs/games/stardust/default.nix index aa68da6b73d0..94da81533c13 100644 --- a/pkgs/games/stardust/default.nix +++ b/pkgs/games/stardust/default.nix @@ -17,6 +17,8 @@ stdenv.mkDerivation rec { installFlags = [ "bindir=\${out}/bin" ]; + hardening_format = false; + postConfigure = '' substituteInPlace config.h \ --replace '#define PACKAGE ""' '#define PACKAGE "stardust"' -- cgit 1.4.1