tmuxp: add pyyaml as build dep, to fix build error

This commit is contained in:
John Titor 2024-04-27 20:16:01 +05:30
parent 2e0b0c2707
commit 54b3a6cf30
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
colorama colorama
libtmux libtmux
pyyaml
]; ];
# No tests in archive # No tests in archive