proselint: disable tests and put in correct scope

This commit is contained in:
Nick Hu
2017-03-22 18:03:38 +00:00
parent 017332fb74
commit a185b1267f
3 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ buildPythonApplication rec {
name = "proselint-${version}";
version = "0.8.0";
doCheck = false; # fails to pass because it tries to run in home directory
src = fetchurl {
url = "mirror://pypi/p/proselint/${name}.tar.gz";
sha256 = "1g8vx04gmv0agmggz1ml5vydfppqvl8dzjvqm6vqw5rzafa89m08";