tmuxp: Add dependency to pytest
This commit is contained in:
parent
a1ff5e6e4a
commit
4bef63d227
@ -11,6 +11,8 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "05z5ssv9glsqmcy9fdq06bawy1274dnzqsqd3a4z4jd0w6j09smn";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages; [ pytest ];
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
click colorama kaptan libtmux
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user