mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python.pkgs.pykerberos: put krb5 in buildInputs too
For the relevant discussion see https://github.com/NixOS/nixpkgs/pull/55757#issuecomment-469397261
This commit is contained in:
parent
37d2f71e2f
commit
82b38923c2
@ -9,7 +9,9 @@ buildPythonPackage rec {
|
||||
sha256 = "0v47p840myqgc7hr4lir72xshcfpa0w8j9n077h3njpqyn6wlbag";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ krb5 ];
|
||||
nativeBuildInputs = [ krb5 ]; # for krb5-config
|
||||
|
||||
buildInputs = [ krb5 ];
|
||||
|
||||
# there are no tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user