mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
029a3fe46b
commit
67ac4348d4
1 changed files with 5 additions and 0 deletions
|
@ -15463,6 +15463,11 @@ extracting firmware images")
|
||||||
'(;; The tests require some extra resources to be downloaded.
|
'(;; The tests require some extra resources to be downloaded.
|
||||||
;; TODO Try packaging these resources.
|
;; TODO Try packaging these resources.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-click" ,python-click)
|
||||||
|
("python-joblib" ,python-joblib)
|
||||||
|
("python-regex" ,python-regex)
|
||||||
|
("python-tqdm" ,python-tqdm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
(home-page "http://nltk.org/")
|
(home-page "http://nltk.org/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue