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

Merge pull request #24214 from NickHu/proselint

proselint: disable tests and put in correct scope
This commit is contained in:
Michael Raskin 2017-04-25 23:18:34 +02:00 committed by GitHub
commit ba974d4b74
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";

View file

@ -9452,6 +9452,11 @@ with pkgs;
proj = callPackage ../development/libraries/proj { };
proselint = callPackage ../tools/text/proselint {
inherit (python3Packages)
buildPythonApplication click future six;
};
postgis = callPackage ../development/libraries/postgis { };
protobuf = protobuf2_6;

View file

@ -18821,8 +18821,6 @@ in {
};
};
proselint = callPackage ../tools/text/proselint { };
pylibconfig2 = buildPythonPackage rec {
name = "pylibconfig2-${version}";
version = "0.2.4";