mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: add kerberos
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
b23b074f65
commit
27b4c67842
1 changed files with 3 additions and 0 deletions
|
@ -642,6 +642,9 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
kerberos = super.kerberos.overrideAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.libkrb5 ];
|
||||
});
|
||||
|
||||
keyring = super.keyring.overridePythonAttrs (
|
||||
old: {
|
||||
|
|
Loading…
Add table
Reference in a new issue