parent
67bec77c68
commit
89a5f7de83
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# fix crash; shouldn’t be a security risk because it’s an offline game
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
hardeningDisable = [ "stackprotector" "fortify" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A roguelike game";
|
||||
|
Loading…
Reference in New Issue
Block a user