Merge pull request #251672 from tjni/kitty

This commit is contained in:
Franz Pletz
2023-08-27 00:40:50 +02:00
committed by GitHub
@@ -102,9 +102,6 @@ buildPythonApplication rec {
hardeningDisable = [
# causes redefinition of _FORTIFY_SOURCE
"fortify3"
] ++ lib.optionals stdenv.cc.isClang [
# Causes build failure due to warning
"strictoverflow"
];
CGO_ENABLED = 0;