stardust: disable format hardening

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