1 { lib, fetchurl, buildPythonApplication, click, future, six }:
3 buildPythonApplication rec {
7 doCheck = false; # fails to pass because it tries to run in home directory
10 url = "mirror://pypi/p/proselint/${pname}-${version}.tar.gz";
11 sha256 = "017risn0j1bjy9ygzfgphjnyjl4gk7wbrr4qv1vvrlan60wyp1rs";
14 propagatedBuildInputs = [ click future six ];
17 description = "A linter for prose";
18 homepage = "http://proselint.com";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ alibabzo ];