From f28bedaee749eb6b1bdd4b70097dc298ce8f3eed Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 26 Mar 2026 06:47:04 +0100 Subject: [PATCH] python3Packages.meshtastic: fix build --- pkgs/development/python-modules/meshtastic/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index df554a9b6079..34bbea6e9e64 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -47,6 +47,7 @@ buildPythonPackage (finalAttrs: { "bleak" "packaging" "protobuf" + "tabulate" ]; build-system = [ poetry-core ];