* python3Packages.yamlpath: mark as broken
`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
of the libraries own unit tests.
As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
marks the package as broken.
[1]: 9bbddea520/setup.py (L48)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.