mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python3Packages.sphinx: add missing dep packaging
This commit is contained in:
parent
6e614e4dac
commit
83fa5d2017
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
, sphinxcontrib-websupport
|
||||
, typing
|
||||
, setuptools
|
||||
, packaging
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -52,6 +53,7 @@ buildPythonPackage rec {
|
|||
pygments
|
||||
alabaster
|
||||
Babel
|
||||
packaging
|
||||
setuptools
|
||||
snowballstemmer
|
||||
six
|
||||
|
|
Loading…
Reference in a new issue