me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-webpki-roots-0.16)[arguments]: Skip
building.
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
1 changed files with 2 additions and 1 deletions

View File

@ -79990,7 +79990,8 @@ with webpki.")
(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))))))