From 54b3a6cf309af5c917aa292eabaa0369fae785cc Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:16:01 +0530 Subject: [PATCH] tmuxp: add pyyaml as build dep, to fix build error --- pkgs/tools/misc/tmuxp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index f718a59350a9..e6dbc49ada49 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