Will Dietz 2019-01-13 16:25:12 -06:00
parent 5285526b0f
commit a611560b26

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "asciinema"; pname = "asciinema";
version = "2.0.1"; version = "2.0.2";
buildInputs = with python3Packages; [ nose ]; buildInputs = with python3Packages; [ nose ];
propagatedBuildInputs = with python3Packages; [ requests ]; propagatedBuildInputs = with python3Packages; [ requests ];
@ -11,14 +11,9 @@ python3Packages.buildPythonApplication rec {
owner = "asciinema"; owner = "asciinema";
repo = "asciinema"; repo = "asciinema";
rev = "v${version}"; rev = "v${version}";
sha256 = "09m9agkslrbm36y8pjqhg5nmyz9hppjyhafhzpglnadhfgwqzznr"; sha256 = "1a2pysxnp6icyd08mgf66xr6f6j0irnfxdpf3fmzcz31ix7l9kc4";
}; };
patchPhase = ''
# disable one test which is failing with -> OSError: out of pty devices
rm tests/pty_recorder_test.py
'';
checkInputs = [ glibcLocales ]; checkInputs = [ glibcLocales ];
checkPhase = '' checkPhase = ''