Skip to content

Commit 82b3892

Browse files
author
Robert Schütz
committed
python.pkgs.pykerberos: put krb5 in buildInputs too
For the relevant discussion see #55757 (comment)
1 parent 37d2f71 commit 82b3892

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkgs/development/python-modules/pykerberos/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ buildPythonPackage rec {
99
sha256 = "0v47p840myqgc7hr4lir72xshcfpa0w8j9n077h3njpqyn6wlbag";
1010
};
1111

12-
nativeBuildInputs = [ krb5 ];
12+
nativeBuildInputs = [ krb5 ]; # for krb5-config
13+
14+
buildInputs = [ krb5 ];
1315

1416
# there are no tests
1517
doCheck = false;

0 commit comments

Comments
 (0)