pythonPackages.jupyterhub-tmpauthenticator: init at 0.6

This commit is contained in:
Barry Moore
2020-08-28 13:19:38 -07:00
committed by Jon
parent a8bd5c1dc4
commit c4330a0ca0
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -4544,6 +4544,8 @@ in {
jupyterhub-ldapauthenticator = callPackage ../development/python-modules/jupyterhub-ldapauthenticator { };
jupyterhub-tmpauthenticator = callPackage ../development/python-modules/jupyterhub-tmpauthenticator { };
jupyterhub-systemdspawner = callPackage ../development/python-modules/jupyterhub-systemdspawner {
inherit (pkgs) bash;
};