kerberos: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-03-14 17:11:48 +01:00
parent 9378fdf87e
commit dcb501f993
41 changed files with 89 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, kerberos
, libkrb5
}:
buildPythonPackage rec {
@@ -13,7 +13,7 @@ buildPythonPackage rec {
sha256 = "cdd046142a4e0060f96a00eb13d82a5d9ebc0f2d7934393ed559bac773460a2c";
};
nativeBuildInputs = [ kerberos ];
nativeBuildInputs = [ libkrb5 ];
# No tests in archive
doCheck = false;