summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-24 11:11:34 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-24 11:15:32 +0300
commit67ac4348d4f4631b65201f66e0ba56f54143ad1b (patch)
tree1be7cd3036dc5b31c06b908cd0225b85fd742d44 /gnu/packages/python-xyz.scm
parent029a3fe46b6549c17085f661bb7b934d7ca0fa3e (diff)
downloadguix-patches-67ac4348d4f4631b65201f66e0ba56f54143ad1b.tar
guix-patches-67ac4348d4f4631b65201f66e0ba56f54143ad1b.tar.gz
gnu: python-nltk: Add missing inputs.
* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add python-click, python-joblib, python-regex, python-tqdm.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e011d37e91..954536b283 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15463,6 +15463,11 @@ extracting firmware images")
'(;; 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/")