mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: python-onnx: Delete bundled software.
* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete the 'third_party' directory.
This commit is contained in:
parent
3ac3ca367a
commit
bb5b6b09dc
1 changed files with 3 additions and 1 deletions
|
@ -591,7 +591,9 @@ (define-public python-onnx
|
|||
(uri (pypi-uri "onnx" version))
|
||||
(patches (search-patches "python-onnx-use-system-googletest.patch"))
|
||||
(sha256
|
||||
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
|
||||
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "third_party"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
|
|
Loading…
Reference in a new issue