11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "1lqp3jgfngyhaxjgj3n230hn90wsylwilh120yjf62h7b1s02mh8";
22 src = ./fix-paths.patch;
23 inherit findutils krb5Full;
24 # krb5-config is in dev output
25 krb5FullDev = krb5Full.dev;
26 which = "${which}/bin/which";
30 propagatedBuildInputs = [
38 description = "Library for setting up self-contained Kerberos 5 environment";
39 homepage = "https://github.com/pythongssapi/k5test";
40 license = licenses.mit;