forked from mirrors/nixpkgs
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
|
# fix crash; shouldn’t be a security risk because it’s an offline game
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" "fortify" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A roguelike game";
|
description = "A roguelike game";
|
||||||
|
|
Loading…
Reference in a new issue