pythonPackages.pykerberos: take krb5 as a nativeBuildInput (#56268)

This commit is contained in:
catern 2019-02-24 02:32:14 -05:00 committed by Robert Schütz
parent 1fccd25595
commit 917f6f987a

View file

@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "0v47p840myqgc7hr4lir72xshcfpa0w8j9n077h3njpqyn6wlbag";
};
buildInputs = [ krb5 ];
nativeBuildInputs = [ krb5 ];
# there are no tests
doCheck = false;