gnu: rust-webpki-roots-0.16: Skip building.

* gnu/packages/crates-io.scm (rust-webpki-roots-0.16)[arguments]: Skip
building.
This commit is contained in:
Efraim Flashner 2023-10-09 18:19:43 +03:00
parent 0ea92b28b6
commit 328412ca7e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -79990,7 +79990,8 @@ (define-public rust-webpki-roots-0.16
(base32
"03ny02mwqdgd2ff23k03kbwr2rrcaymxhp7jcjjikfh340hs83y1"))))
(arguments
`(#:cargo-inputs
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
#:cargo-inputs
(("rust-untrusted" ,rust-untrusted-0.6)
("rust-webpki" ,rust-webpki-0.19))))))