Unverified Commit 8a43823c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents d4c529dc bbfc8ef1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2196,6 +2196,9 @@ The following rules are desired to be respected:
  and using a `-` as delimiter.
* Attribute names in `python-packages.nix` should be sorted alphanumerically to
  avoid merge conflicts and ease locating attributes.
* Non-python runtime dependencies should be added via explicit wrapping or
  patching (using e.g. `substituteInPlace`), rather than through propagation via
  `dependencies`/`propagatedBuildInputs`, to reduce clutter in `$PATH`.

This list is useful for reviewers as well as for self-checking when submitting packages.