tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stardust: disable format hardening
Robin Gloster
10 years ago
dcf10328
282d03c4
+2
1 changed file
expand all
collapse all
unified
split
pkgs
games
stardust
default.nix
+2
pkgs/games/stardust/default.nix
···
17
18
installFlags = [ "bindir=\${out}/bin" ];
19
0
0
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"'