mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-spacy: Fix build.
* gnu/packages/machine-learning.scm (python-spacy): Fix build. [native-inputs]: Add python-wheel Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e6cd11aeb8
commit
7a04ed4354
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ natural language processing framework.")
|
|||
python-typing-extensions
|
||||
python-wasabi))
|
||||
(native-inputs
|
||||
(list python-cython python-pytest python-mock))
|
||||
(list python-cython python-pytest python-mock python-wheel))
|
||||
(home-page "https://spacy.io")
|
||||
(synopsis "Natural Language Processing (NLP) in Python")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue