Merge pull request #247048 from uninsane/pr-py310-gssapi-cross
This commit is contained in:
commit
881d387fee
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue