mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #121 from rissson/overrides-add-python-ldap
overrides: add python-ldap
This commit is contained in:
commit
e7c69a288c
1 changed files with 6 additions and 0 deletions
|
@ -602,6 +602,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
python-ldap = super.python-ldap.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.openldap pkgs.cyrus_sasl ];
|
||||
}
|
||||
);
|
||||
|
||||
pytoml = super.pytoml.overridePythonAttrs (
|
||||
old: {
|
||||
doCheck = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue