rbdoom-3-bfg: disable fortify3 hardening flag

This commit is contained in:
Vladimír Čunát 2023-07-14 09:48:50 +02:00
parent 9becde5b94
commit a64d41c100
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
"-DUSE_SYSTEM_ZLIB=ON" "-DUSE_SYSTEM_ZLIB=ON"
]; ];
# it caused build failure
hardeningDisable = [ "fortify3" ];
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall