about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-24 17:14:55 +0800
committerGitHub <noreply@github.com>2024-04-24 17:14:55 +0800
commit367bc40c0472f3d5894d5c8989aef1b33d0053a1 (patch)
tree21e1cf93336176b6062297dfb261a29e46084dd8 /pkgs/tools
parentfe18ccaf4ef50d1fce688bd84f520320cd134094 (diff)
parentf90ad8afb528ffbcfcdd2ffaa3e64bfcbd7fa966 (diff)
Merge pull request #305791 from tony/tmuxp-rm-dep
tmuxp: Remove kaptan and click dependency (unused)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index 98335cc895cf3..f718a59350a91 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
   ];