mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-rustls-0.15: Skip build.
* gnu/packages/crates-io.scm (rust-rustls-0.15)[arguments]: Skip build.
This commit is contained in:
parent
80c69940db
commit
7fc67b20b6
1 changed files with 2 additions and 1 deletions
|
@ -59158,7 +59158,8 @@ (define-public rust-rustls-0.15
|
|||
(base32
|
||||
"0vh93fhqfbn4ysw4xzkpkpqdz36xixz4mhs1qllgldfq5iay6wgj"))))
|
||||
(arguments
|
||||
`(#:tests? #f ;; 1/111 tests fail (test file not found)
|
||||
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
|
||||
#:tests? #f ;; 1/111 tests fail (test file not found)
|
||||
#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.10)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
|
|
Loading…
Reference in a new issue