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

This commit is contained in:
Franz Pletz 2024-02-29 02:07:05 +01:00 committed by GitHub
commit adb97d9990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: