From c665740dbb59b94a6f44aaf6124dddb9266ae9f9 Mon Sep 17 00:00:00 2001 From: Robert Sliwinski Date: Sun, 8 Mar 2026 20:55:46 +0100 Subject: [PATCH] bbot: add websockets to pythonRelaxDeps --- pkgs/by-name/bb/bbot/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/bb/bbot/package.nix b/pkgs/by-name/bb/bbot/package.nix index 2a0366f2dff6..e50168586d4b 100644 --- a/pkgs/by-name/bb/bbot/package.nix +++ b/pkgs/by-name/bb/bbot/package.nix @@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "radixtarget" "regex" "tabulate" + "websockets" ]; build-system = with python3.pkgs; [