mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Merge staging-next into staging
This commit is contained in:
commit
fe64053a45
30 changed files with 464 additions and 181 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue