[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-nltk-3.4: Add missing input.
From: |
guix-commits |
Subject: |
01/02: gnu: python-nltk-3.4: Add missing input. |
Date: |
Mon, 24 May 2021 04:19:11 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 029a3fe46b6549c17085f661bb7b934d7ca0fa3e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 24 11:10:26 2021 +0300
gnu: python-nltk-3.4: Add missing input.
* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add
python-six.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5a3c6b6..e011d37 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15484,7 +15484,8 @@ reasoning, wrappers for natural language processing
libraries.")
(method url-fetch)
(uri (pypi-uri "nltk" version ".zip"))
(sha256
- (base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))))
+ (base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))
+ (propagated-inputs `(("python-six" ,python-six)))))
(define-public python2-nltk
(package-with-python2 python-nltk))