Unverified Commit adb97d99 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #292170 from trofi/unnethack-workaround-fortify3-crash

parents 34b155f0 a956789b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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: