baserow: fixups
This commit is contained in:
parent
222ecbfa15
commit
c4c61471a2
1 changed files with 2 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue