baserow: fixups

This commit is contained in:
Luke Granger-Brown 2024-04-26 18:02:05 +01:00
parent 222ecbfa15
commit c4c61471a2

View file

@ -63,6 +63,8 @@ let
opentelemetry-instrumentation-wsgi = addBuildInputs super.opentelemetry-instrumentation-wsgi [ self.hatchling ];
django-health-check = addBuildInputs super.django-health-check [ self.sphinx self.setuptools-scm ];
pysaml2 = addBuildInputs super.pysaml2 [ self.poetry-core ];
cython = python3.pkgs.cython_0;
pystemmer = addBuildInputs super.pystemmer [ self.cython ];
});
mkBackendSrc = { type, fromDir, pyproject, poetrylock, extra ? "" }: pkgs.runCommand "baserow-${type}-src" {