gnu: rust-ring-0.13: Skip build.

* gnu/packages/crates-io.scm (rust-ring-0.13)[arguments]: Skip build.
This commit is contained in:
Efraim Flashner 2023-10-09 13:28:08 +03:00
parent 94a902954e
commit f581390da5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -56470,7 +56470,8 @@ Digital Signature Algorithm} (ECDSA).")
(lambda _
(format #t "")))))))
(arguments
`(#:cargo-inputs
`(#:skip-build? #t ; TODO: Fix build
#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-libc" ,rust-libc-0.2)
("rust-untrusted" ,rust-untrusted-0.6)