ffmpeg_6-full: work around clang wrapper hardening nonsense with nvcc

This commit is contained in:
K900
2024-07-02 11:34:22 +03:00
parent 91d3e846a6
commit 40df467b06
@@ -931,4 +931,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ atemu arthsmn jopejoe1 ];
mainProgram = "ffmpeg";
};
} // lib.optionalAttrs withCudaLLVM {
# remove once https://github.com/NixOS/nixpkgs/issues/318674 is addressed properly
hardeningDisable = [ "zerocallusedregs" ];
})