mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: onnx: Fix build.
* gnu/packages/machine-learning.scm (onnx)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I80dbd5fff26c6afe3a496228f7c02c38efe7d3e0
This commit is contained in:
parent
843bec9a15
commit
07ce86b65d
1 changed files with 3 additions and 1 deletions
|
|
@ -1426,7 +1426,9 @@ in terms of new algorithms.")
|
|||
python-fb-re2
|
||||
python-parameterized-next
|
||||
python-pytest
|
||||
python-pytest-runner)
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-wheel)
|
||||
(filter
|
||||
(lambda (pkg)
|
||||
(member (or (%current-target-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue