···21962196 and using a `-` as delimiter.
21972197* Attribute names in `python-packages.nix` should be sorted alphanumerically to
21982198 avoid merge conflicts and ease locating attributes.
21992199+* Non-python runtime dependencies should be added via explicit wrapping or
22002200+ patching (using e.g. `substituteInPlace`), rather than through propagation via
22012201+ `dependencies`/`propagatedBuildInputs`, to reduce clutter in `$PATH`.
2199220222002203This list is useful for reviewers as well as for self-checking when submitting packages.
22012204