Commit 2794fc67 authored by Anderson Torres's avatar Anderson Torres
Browse files

the-legend-of-edgar: disable fortify flag

parent f9c1b429
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";