stardust: disable format hardening

+2
+2
pkgs/games/stardust/default.nix
··· 17 18 installFlags = [ "bindir=\${out}/bin" ]; 19 20 postConfigure = '' 21 substituteInPlace config.h \ 22 --replace '#define PACKAGE ""' '#define PACKAGE "stardust"'
··· 17 18 installFlags = [ "bindir=\${out}/bin" ]; 19 20 + hardening_format = false; 21 + 22 postConfigure = '' 23 substituteInPlace config.h \ 24 --replace '#define PACKAGE ""' '#define PACKAGE "stardust"'