nixpkgs/pkgs/development/python-modules/pylint
Romanos Skiadas dfcd82a01b pylint: fix 1.9
It depends on pyenchant, which is disabled on python2. This results
in:
```
nix-env -iA unstable.python27Packages.pylint
replacing old 'python2.7-pylint-1.9.5'
installing 'python2.7-pylint-1.9.5'
error: pyenchant-3.1.1 not supported for interpreter python2.7
```

Remove it, à la
eb0d5fc3f0
and now it builds again.
2020-06-28 12:56:54 +01:00
..
1.9.nix pylint: fix 1.9 2020-06-28 12:56:54 +01:00
default.nix python3Packages.pylint: fix build and tests 2020-06-11 10:00:27 +02:00