3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.libtmux: fix build

This commit is contained in:
Domen Kožar 2016-09-09 16:04:00 +02:00
parent 3ab9be268f
commit ac46759f7a

View file

@ -5096,6 +5096,9 @@ in modules // {
};
buildInputs = with self; [ pytest ];
patchPhase = ''
sed -i 's/==2.9.1//' requirements/test.txt
'';
meta = with stdenv.lib; {
description = "Scripting library for tmux";