mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
the-legend-of-edgar: disable fortify flag
This commit is contained in:
parent
f9c1b42914
commit
2794fc6768
@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
|
||||
preBuild = ''
|
||||
export CFLAGS=$(sdl2-config --cflags)
|
||||
'';
|
||||
hardeningDisable = [
|
||||
"fortify"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.parallelrealities.co.uk/games/edgar";
|
||||
|
Loading…
Reference in New Issue
Block a user