Skip to content

Commit 60df61b

Browse files
drewrisingerFRidh
authored andcommitted
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``.
1 parent db64508 commit 60df61b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/development/interpreters/python/mk-python-derivation.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
# "setuptools" : Install a common setuptools/distutils based package. This builds a wheel.
8282
# "wheel" : Install from a pre-compiled wheel.
8383
# "flit" : Install a flit package. This builds a wheel.
84+
# "pyproject": Install a package using a ``pyproject.toml`` file (PEP517). This builds a wheel.
85+
# "egg": Install a package from an egg.
8486
# "other" : Provide your own buildPhase and installPhase.
8587
, format ? "setuptools"
8688

0 commit comments

Comments
 (0)