Merge pull request #247048 from uninsane/pr-py310-gssapi-cross

This commit is contained in:
Artturi
2023-08-04 06:23:51 +03:00
committed by GitHub
@@ -33,6 +33,10 @@ buildPythonPackage rec {
--replace 'get_output(f"{kc} gssapi --prefix")' '"${lib.getDev krb5}"'
'';
env = lib.optionalAttrs (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) {
GSSAPI_SUPPORT_DETECT = "false";
};
nativeBuildInputs = [
cython
krb5