pythonPackages.pykerberos: take krb5 as a nativeBuildInput (#56268)
This commit is contained in:
parent
1fccd25595
commit
917f6f987a
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "0v47p840myqgc7hr4lir72xshcfpa0w8j9n077h3njpqyn6wlbag";
|
||||
};
|
||||
|
||||
buildInputs = [ krb5 ];
|
||||
nativeBuildInputs = [ krb5 ];
|
||||
|
||||
# there are no tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user