gnu: python-nltk: Add missing inputs.

* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add
python-click, python-joblib, python-regex, python-tqdm.
This commit is contained in:
Efraim Flashner 2021-05-24 11:11:34 +03:00
parent 029a3fe46b
commit 67ac4348d4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -15463,6 +15463,11 @@ (define-public python-nltk
'(;; The tests require some extra resources to be downloaded.
;; TODO Try packaging these resources.
#:tests? #f))
(propagated-inputs
`(("python-click" ,python-click)
("python-joblib" ,python-joblib)
("python-regex" ,python-regex)
("python-tqdm" ,python-tqdm)))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://nltk.org/")