doc: fix typos in pythonRelaxDepsHook
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
This commit is contained in:
parent
74a0e97cd4
commit
2abfe3f700
1 changed files with 2 additions and 2 deletions
|
@ -665,8 +665,8 @@ present packages (e.g. `setuptools`)
|
||||||
|
|
||||||
#### Using pythonRelaxDepsHook {#using-pythonrelaxdepshook}
|
#### Using pythonRelaxDepsHook {#using-pythonrelaxdepshook}
|
||||||
|
|
||||||
It is common for upstream to specifies a range of versions for its package
|
It is common for upstream to specify a range of versions for its package
|
||||||
dependencies. This makes sense, since it ensures that the package will be build
|
dependencies. This makes sense, since it ensures that the package will be built
|
||||||
with a subset of packages that is well tested. However, this commonly causes
|
with a subset of packages that is well tested. However, this commonly causes
|
||||||
issues when packaging in Nixpkgs, because the dependencies that this package
|
issues when packaging in Nixpkgs, because the dependencies that this package
|
||||||
may need are too new or old for the package to build correctly. We also cannot
|
may need are too new or old for the package to build correctly. We also cannot
|
||||||
|
|
Loading…
Reference in a new issue