~ruther/guix-local

07ce86b65dfd4e0ad4dc19853f882949611025c4 — Danny Milosavljevic 1 year, 5 months ago 843bec9
gnu: onnx: Fix build.

* gnu/packages/machine-learning.scm (onnx)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I80dbd5fff26c6afe3a496228f7c02c38efe7d3e0
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -1
@@ 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)