Commit a8129249 authored by K900's avatar K900
Browse files

moonraker: add missing ldap3 dependency

Required for, well, LDAP
parent f2294037
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ let
      dbus-next
      apprise
      python-periphery
      ldap3
    ]
  );
in stdenvNoCC.mkDerivation rec {