Merge pull request #247048 from uninsane/pr-py310-gssapi-cross
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user