summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-01-08 22:48:13 +0100
committerVladimír Čunát <v@cunat.cz>2020-01-08 22:48:13 +0100
commit5c780036c595d3817207a08934b3cdb67aa2bd1a (patch)
treecae450e80a2a10c499dbf3f786c4fb23bb27356f /doc
parenta823616723c44700a1c976fee77aafb470388e19 (diff)
parent3f0fee752d6f5f5d0774cc7d9bcf8491562b453b (diff)
downloadnixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar.gz
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar.bz2
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar.lz
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar.xz
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.tar.zst
nixpkgs-5c780036c595d3817207a08934b3cdb67aa2bd1a.zip
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 1a11488475e..dc5fdd24aaa 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -821,6 +821,9 @@ should be used with `ignoreCollisions = true`.
 The following are setup hooks specifically for Python packages. Most of these are
 used in `buildPythonPackage`.
 
+- `eggUnpackhook` to move an egg to the correct folder so it can be installed 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`.
 - `pipInstallHook` to install wheels.