tmuxp: add pyyaml as build dep, to fix build error
This commit is contained in:
@@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
colorama
|
||||
libtmux
|
||||
pyyaml
|
||||
];
|
||||
|
||||
# No tests in archive
|
||||
|
||||
Reference in New Issue
Block a user