From f90ad8afb528ffbcfcdd2ffaa3e64bfcbd7fa966 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 21 Apr 2024 11:46:52 -0500 Subject: [PATCH] tmuxp: Remove kaptan and click dependency (unused) - kaptan: Removed in tmuxp 1.16.0 (2022-10-01) https://tmuxp.git-pull.com/history.html#tmuxp-1-16-0-2022-10-01 - click: Removed in tmuxp 1.17.0 (2022-10-09) https://tmuxp.git-pull.com/history.html#tmuxp-1-17-0-2022-10-09 --- pkgs/tools/misc/tmuxp/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index 98335cc895cf..f718a59350a9 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -17,9 +17,7 @@ python3Packages.buildPythonApplication rec { ]; propagatedBuildInputs = with python3Packages; [ - click colorama - kaptan libtmux ];