1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.libtmux: fix build

(cherry picked from commit ac46759f7a)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2016-09-09 16:04:00 +02:00
parent e0b29b4541
commit 1d371218cf

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";