mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
freeipa: Don't use alias for python-ldap
Breaks nixpkgs usage when aliases are disabled.
This commit is contained in:
parent
2c7baae89a
commit
0c3231e556
@ -40,7 +40,7 @@ let
|
||||
|
||||
pythonInputs = with python3.pkgs; [
|
||||
six
|
||||
ldap
|
||||
python-ldap
|
||||
dns
|
||||
netaddr
|
||||
netifaces
|
||||
|
Loading…
Reference in New Issue
Block a user