kerberos: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-04-04 03:18:56 +02:00
parent 9378fdf87e
commit dcb501f993
41 changed files with 89 additions and 95 deletions
@@ -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;