Loading pkgs/games/unnethack/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ stdenv.mkDerivation rec { }) ]; # Fails at startup due to off-by-one: # https://github.com/NixOS/nixpkgs/issues/292113#issuecomment-1969989058 # TODO: drop it once 6.x branch releases. hardeningDisable = [ "fortify3" ]; # Fails the build occasionally due to missing buid depends: # ./../sys/unix/unixmain.c:9:10: fatal error: date.h: No such file or directory # TODO: remove once upstream issue is fixed: Loading Loading
pkgs/games/unnethack/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ stdenv.mkDerivation rec { }) ]; # Fails at startup due to off-by-one: # https://github.com/NixOS/nixpkgs/issues/292113#issuecomment-1969989058 # TODO: drop it once 6.x branch releases. hardeningDisable = [ "fortify3" ]; # Fails the build occasionally due to missing buid depends: # ./../sys/unix/unixmain.c:9:10: fatal error: date.h: No such file or directory # TODO: remove once upstream issue is fixed: Loading