sphinxHook: inherit from python3Packages

This commit is contained in:
Martin Weinelt 2022-11-20 13:27:57 +01:00
parent 29cda28501
commit 18ab6d062b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 3 additions and 1 deletions

View file

@ -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}

View file

@ -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 { };