pythonPackages.libtmux: fix build

This commit is contained in:
Frederik Rietdijk 2016-08-18 12:07:43 +02:00
parent 904ee1bebc
commit 7395c29616

View File

@ -4944,6 +4944,8 @@ in modules // {
sha256 = "0fwydaahgflz9w753v1cmkfzrlfq1vb8zp4i20m2d3lvkm4crv93";
};
buildInputs = with self; [ pytest ];
meta = with stdenv.lib; {
description = "Scripting library for tmux";
homepage = https://libtmux.readthedocs.io/;