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
..
2019-05-05 17:56:07 +02:00
2019-05-03 14:16:11 +02:00
2019-05-06 13:28:29 +09:00
2019-05-03 19:45:10 +02:00
2019-05-04 23:44:29 +02:00