nixpkgs/pkgs/tools/networking/linkchecker
Mathieu Boespflug 361e9185c8 linkchecker: fix bad interaction with python3
Previously, `nix-shell -p linkchecker python3` would lead to a broken
`python3` command. That's because Python 2 packages would pollute the
environment and confuse the interpreter. `linkchecker` has propagated
build inputs. So the solution is to use `pythonPath` instead, to avoid
the pollution.
2019-05-06 13:32:41 +02:00
..
add-no-robots-flag.patch
default.nix linkchecker: fix bad interaction with python3 2019-05-06 13:32:41 +02:00