freeipa: Don't use alias for python-ldap

Breaks nixpkgs usage when aliases are disabled.
This commit is contained in:
Martin Weinelt 2023-04-04 03:38:29 +02:00
parent 2c7baae89a
commit 0c3231e556
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -40,7 +40,7 @@ let
pythonInputs = with python3.pkgs; [
six
ldap
python-ldap
dns
netaddr
netifaces