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 ];