me
/
guix
Archived
1
0
Fork 0

gnu: rust-webpki-0.19: Skip building.

* gnu/packages/crates-io.scm (rust-webpki-0.19)[arguments]: Skip
building.
Efraim Flashner 2023-10-09 18:15:52 +03:00
parent b6ef0b05a7
commit 0ea92b28b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -79786,7 +79786,8 @@ Verification.")
(base32
"10nhyxlqsa4caxlxrijm5h79rdg6ld8hqy78ldjnnfhaj3biqzjg"))))
(arguments
`(#:tests? #f ; tests fail to build "missing file tests/ed25519/ee.der"
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
#:tests? #f ; tests fail to build "missing file tests/ed25519/ee.der"
#:cargo-inputs
(("rust-ring" ,rust-ring-0.14)
("rust-untrusted" ,rust-untrusted-0.6))