mk-python-derivation: document pyproject format

Optional setting of format == "pyproject", "egg" had been documented
in the manual, but they weren't listed in the function header for
``mk-python-derivation.nix``.
wip/yesman
Drew Risinger 4 years ago committed by Frederik Rietdijk
parent db64508779
commit 60df61b67e
  1. 2
      pkgs/development/interpreters/python/mk-python-derivation.nix

@ -81,6 +81,8 @@
# "setuptools" : Install a common setuptools/distutils based package. This builds a wheel.
# "wheel" : Install from a pre-compiled wheel.
# "flit" : Install a flit package. This builds a wheel.
# "pyproject": Install a package using a ``pyproject.toml`` file (PEP517). This builds a wheel.
# "egg": Install a package from an egg.
# "other" : Provide your own buildPhase and installPhase.
, format ? "setuptools"

Loading…
Cancel
Save