1 { lib, fetchPypi, buildPythonPackage, pytest }:
3 buildPythonPackage rec {
9 sha256 = "1d35b9f8451944d31c5ed22ed9e6c8e18034adcc75718fcc5b27fbd9621543e1";
12 checkInputs = [ pytest ];
14 sed -i 's/==.*$//' requirements/test.txt
21 description = "Scripting library for tmux";
22 homepage = "https://libtmux.readthedocs.io/";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ ];