mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
proselint: disable tests and put in correct scope
This commit is contained in:
parent
017332fb74
commit
a185b1267f
@ -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";
|
||||
|
@ -9351,6 +9351,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;
|
||||
|
@ -19004,8 +19004,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
proselint = callPackage ../tools/text/proselint { };
|
||||
|
||||
pylibconfig2 = buildPythonPackage rec {
|
||||
name = "pylibconfig2-${version}";
|
||||
version = "0.2.4";
|
||||
|
Loading…
Reference in New Issue
Block a user