From c4c61471a2724d949baad7b2120d5651fa8fef51 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 26 Apr 2024 18:02:05 +0100 Subject: [PATCH] baserow: fixups --- nix/pkgs/baserow/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/pkgs/baserow/default.nix b/nix/pkgs/baserow/default.nix index 6e1f4457e2..cdc1d3bb88 100644 --- a/nix/pkgs/baserow/default.nix +++ b/nix/pkgs/baserow/default.nix @@ -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" {