Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-01-20 06:05:33 +00:00
committed by GitHub
30 changed files with 464 additions and 181 deletions
+1 -1
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}