about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-09-08 13:48:45 +0200
committerJascha Geerds <jascha@jgeerds.name>2016-09-08 13:48:45 +0200
commit4bef63d227f51004f8c8ee2859cd642121c2e8dc (patch)
tree678126a06f3d6bcb049c34da054494aa4782b751 /pkgs/tools/misc/tmuxp
parenta1ff5e6e4ac80ebac739f6b3317b16eeb977db57 (diff)
tmuxp: Add dependency to pytest
Diffstat (limited to 'pkgs/tools/misc/tmuxp')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index 08dcc184b3ceb..91a55694f853b 100644
--- a/pkgs/tools/misc/tmuxp/default.nix
+++ b/pkgs/tools/misc/tmuxp/default.nix
@@ -11,6 +11,8 @@ pythonPackages.buildPythonApplication rec {
     sha256 = "05z5ssv9glsqmcy9fdq06bawy1274dnzqsqd3a4z4jd0w6j09smn";
   };
 
+  buildInputs = with pythonPackages; [ pytest ];
+
   propagatedBuildInputs = with pythonPackages; [
     click colorama kaptan libtmux
   ];