docs/language-frameworks/python: specify how to add non-python runtime deps (#332792)

authored by Martin Weinelt and committed by GitHub 8a43823c d4c529dc

+3
+3
doc/languages-frameworks/python.section.md
··· 2196 2196 and using a `-` as delimiter. 2197 2197 * Attribute names in `python-packages.nix` should be sorted alphanumerically to 2198 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`. 2199 2202 2200 2203 This list is useful for reviewers as well as for self-checking when submitting packages. 2201 2204