moonraker: add missing ldap3 dependency

Required for, well, LDAP
This commit is contained in:
K900 2024-04-26 17:27:23 +03:00
parent f2294037ad
commit a8129249a9

View File

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