about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-27 20:16:01 +0530
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-04-27 20:16:01 +0530
commit54b3a6cf309af5c917aa292eabaa0369fae785cc (patch)
tree826e9abf03f1dee7f0214286e7ae11c9d1f874f4 /pkgs/tools/misc/tmuxp
parent2e0b0c270792db5b30bae72b9c7fa45176a1474a (diff)
tmuxp: add pyyaml as build dep, to fix build error
Diffstat (limited to 'pkgs/tools/misc/tmuxp')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index f718a59350a91..e6dbc49ada497 100644
--- a/pkgs/tools/misc/tmuxp/default.nix
+++ b/pkgs/tools/misc/tmuxp/default.nix
@@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
   propagatedBuildInputs = with python3Packages; [
     colorama
     libtmux
+    pyyaml
   ];
 
   # No tests in archive