me
/
guix
Archived
1
0
Fork 0

gnu: python-nltk-3.4: Add missing input.

* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add
python-six.
master
Efraim Flashner 2021-05-24 11:10:26 +03:00
parent ac95609208
commit 029a3fe46b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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))