mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: python-nltk-3.4: Add missing input.
* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add python-six.
This commit is contained in:
parent
ac95609208
commit
029a3fe46b
1 changed files with 2 additions and 1 deletions
|
@ -15484,7 +15484,8 @@ (define-public python-nltk-3.4
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nltk" version ".zip"))
|
(uri (pypi-uri "nltk" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))))
|
(base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))
|
||||||
|
(propagated-inputs `(("python-six" ,python-six)))))
|
||||||
|
|
||||||
(define-public python2-nltk
|
(define-public python2-nltk
|
||||||
(package-with-python2 python-nltk))
|
(package-with-python2 python-nltk))
|
||||||
|
|
Loading…
Reference in a new issue