···2196 and using a `-` as delimiter.
2197* Attribute names in `python-packages.nix` should be sorted alphanumerically to
2198 avoid merge conflicts and ease locating attributes.
00021992200This list is useful for reviewers as well as for self-checking when submitting packages.
2201
···2196 and using a `-` as delimiter.
2197* Attribute names in `python-packages.nix` should be sorted alphanumerically to
2198 avoid merge conflicts and ease locating attributes.
2199+* Non-python runtime dependencies should be added via explicit wrapping or
2200+ patching (using e.g. `substituteInPlace`), rather than through propagation via
2201+ `dependencies`/`propagatedBuildInputs`, to reduce clutter in `$PATH`.
22022203This list is useful for reviewers as well as for self-checking when submitting packages.
2204