Merge pull request #121 from rissson/overrides-add-python-ldap

overrides: add python-ldap
This commit is contained in:
adisbladis 2020-06-14 10:03:30 +02:00 committed by GitHub
commit e7c69a288c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;