summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2023-09-25 11:34:15 +0200
committerGitHub <noreply@github.com>2023-09-25 11:34:15 +0200
commitf4822bb295ea194a1278af287771c615636cbcbf (patch)
tree10d0351999a9c8f626000b305ef646993518e9b2 /doc/languages-frameworks
parent6332bbd37cd44159c499c84f0f2cc7a6ca2cc462 (diff)
parentbdda7b0a538857f34a413076e06c3a4353efc70a (diff)
downloadnixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar.gz
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar.bz2
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar.lz
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar.xz
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.tar.zst
nixpkgs-f4822bb295ea194a1278af287771c615636cbcbf.zip
Merge pull request #254309 from pbsds/flit-prune
python3Packages.flitBuildHook: remove
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 3032cad6e7c..40236d141d3 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -459,7 +459,6 @@ are used in [`buildPythonPackage`](#buildpythonpackage-function).
   with the `eggInstallHook`
 - `eggBuildHook` to skip building for eggs.
 - `eggInstallHook` to install eggs.
-- `flitBuildHook` to build a wheel using `flit`.
 - `pipBuildHook` to build a wheel using `pip` and PEP 517. Note a build system
   (e.g. `setuptools` or `flit`) should still be added as `nativeBuildInput`.
 - `pypaBuildHook` to build a wheel using