Skip to content

Commit

Permalink
python.pkgs.pykerberos: put krb5 in buildInputs too
Browse files Browse the repository at this point in the history
For the relevant discussion see
#55757 (comment)
  • Loading branch information
Robert Schütz committed Mar 5, 2019
1 parent 37d2f71 commit 82b3892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/pykerberos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ buildPythonPackage rec {
sha256 = "0v47p840myqgc7hr4lir72xshcfpa0w8j9n077h3njpqyn6wlbag";
};

nativeBuildInputs = [ krb5 ];
nativeBuildInputs = [ krb5 ]; # for krb5-config

buildInputs = [ krb5 ];

# there are no tests
doCheck = false;
Expand Down

0 comments on commit 82b3892

Please sign in to comment.