From 1d371218cfb0687489c5f77f7873612a822c1152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 9 Sep 2016 16:04:00 +0200 Subject: [PATCH] pythonPackages.libtmux: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit ac46759f7a0d6ce49a34984df5fa1fd8c6dc6c91) Signed-off-by: Domen Kožar --- pkgs/top-level/python-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index c13aff2a6cd3..4c784f92bc91 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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";