sphinx-serve: init from python3Packages.sphinx-serve

This commit is contained in:
Florian Franzen 2021-04-23 11:58:54 +02:00
parent 97c2e3df39
commit 063e5abdd2

View File

@ -17474,6 +17474,8 @@ in
fftw = fftwFloat;
};
sphinx-serve = with python3Packages; toPythonApplication sphinx-serve;
sphinxbase = callPackage ../development/libraries/sphinxbase { };
sphinxsearch = callPackage ../servers/search/sphinxsearch { };