pythonPackages.libtmux: fix build
(cherry picked from commit ac46759f7a0d6ce49a34984df5fa1fd8c6dc6c91) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
@@ -5096,6 +5096,9 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i 's/==2.9.1//' requirements/test.txt
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Scripting library for tmux";
|
description = "Scripting library for tmux";
|
||||||
|
|||||||
Reference in New Issue
Block a user