sphinxHook: inherit from python3Packages
This commit is contained in:
parent
29cda28501
commit
18ab6d062b
@ -789,7 +789,7 @@ documentation source root.
|
||||
```
|
||||
|
||||
The hook is also available to packages outside the python ecosystem by
|
||||
referencing it using `python3.pkgs.sphinxHook`.
|
||||
referencing it using `sphinxHook` from top-level.
|
||||
|
||||
### Develop local package {#develop-local-package}
|
||||
|
||||
|
@ -22539,6 +22539,8 @@ with pkgs;
|
||||
|
||||
sphinx-serve = with python3Packages; toPythonApplication sphinx-serve;
|
||||
|
||||
inherit (python3Packages) sphinxHook;
|
||||
|
||||
sphinxsearch = callPackage ../servers/search/sphinxsearch { };
|
||||
|
||||
spice = callPackage ../development/libraries/spice { };
|
||||
|
Loading…
Reference in New Issue
Block a user