Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-04-06 16:25:41 +02:00
485 changed files with 4663 additions and 2031 deletions

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
# It's used to locate headers
postPatch = ''
substituteInPlace setup.py \
--replace "get_output('krb5-config gssapi --prefix')" "'${lib.getDev krb5Full}'"
--replace 'get_output(f"{kc} gssapi --prefix")' '"${lib.getDev krb5Full}"'
'';
nativeBuildInputs = [