From bfcd286f1d1904b244addccb3770667c98a388e1 Mon Sep 17 00:00:00 2001 From: Youser Nayme <7685106-NeuralModder@users.noreply.gitlab.com> Date: Sun, 26 Apr 2026 00:43:26 +0000 Subject: [PATCH] buku: fix 5.1.1 with `withServer = true` --- pkgs/by-name/bu/buku/package.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/bu/buku/package.nix b/pkgs/by-name/bu/buku/package.nix index 3f91fcb4f5d3..d94f4d6ca512 100644 --- a/pkgs/by-name/bu/buku/package.nix +++ b/pkgs/by-name/bu/buku/package.nix @@ -8,9 +8,11 @@ let serverRequire = with python3.pkgs; [ requests + flasgger flask flask-admin flask-api + flask-babel flask-bootstrap flask-paginate flask-wtf @@ -49,6 +51,10 @@ buildPythonApplication (finalAttrs: { flake8 pytest-cov-stub pyyaml + ] + ++ lib.optionals withServer [ + lxml + pytest-timeout ]; propagatedBuildInputs = [