Merge pull request #306991 from K900/moonraker-ldap

moonraker: add missing ldap3 dependency
This commit is contained in:
K900 2024-04-26 18:35:18 +03:00 committed by GitHub
commit cf80486d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ let
dbus-next
apprise
python-periphery
ldap3
]
);
in stdenvNoCC.mkDerivation rec {