package-fix: remove patches for httpx

This commit is contained in:
DavHau 2020-10-07 12:17:00 +07:00
parent 58c191bb9a
commit ced54d27a1

View file

@ -50,6 +50,13 @@ rec {
# - pyver (python version used) #
##############################################
httpx.remove-patches = {
_cond = { prov, ver, ... }:
prov != "nixpkgs" &&
comp_ver ver "!=" pkgs.python3Packages.httpx.version;
patches = [];
};
ldap0.add-inputs = {
buildInputs.add = with pkgs; [ openldap.dev cyrus_sasl.dev ];
};