mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: rust-toml-edit-0.19: Skip tests.
* gnu/packages/crates-io.scm (rust-toml-edit-0.19)[arguments]: Skip the test suite. Change-Id: I612d0866b4ac3b742ca517e5821cc96835c4eb58
This commit is contained in:
parent
af0acca9e8
commit
91b743724e
1 changed files with 2 additions and 1 deletions
|
@ -79683,7 +79683,8 @@ (define-public rust-toml-edit-0.19
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv"))))
|
(base32 "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; Not all files included.
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-indexmap" ,rust-indexmap-2)
|
(("rust-indexmap" ,rust-indexmap-2)
|
||||||
("rust-kstring" ,rust-kstring-2)
|
("rust-kstring" ,rust-kstring-2)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
|
|
Loading…
Reference in a new issue