python311Packages.batchspawner: add missing input

This commit is contained in:
Fabian Affolter
2023-08-13 22:12:09 +02:00
parent 2c7244099f
commit 190342668f
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, jupyterhub
, packaging
, pythonOlder
}:
@@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jupyterhub
packaging
];
# Tests require a job scheduler e.g. slurm, pbs, etc.