Merge pull request #292170 from trofi/unnethack-workaround-fortify3-crash
This commit is contained in:
commit
adb97d9990
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue