Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot] 2025-01-20 06:05:33 +00:00 committed by GitHub
commit fe64053a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 464 additions and 181 deletions

View file

@ -220,7 +220,7 @@ because their behaviour is different:
* `dependencies ? []`: Aside from propagating dependencies,
`buildPythonPackage` also injects code into and wraps executables with the
paths included in this list. Items listed in `install_requires` go here.
* `optional-dependencies ? { }`: Optional feature flagged dependencies. Items listed in `extras_requires` go here.
* `optional-dependencies ? { }`: Optional feature flagged dependencies. Items listed in `extras_require` go here.
##### Overriding Python packages {#overriding-python-packages}