mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-toml-edit-0.18: Skip tests.
* gnu/packages/crates-io.scm (rust-toml-edit-0.18)[arguments]: Skip the test suite. Change-Id: Ic6ea25c360014d3d9601445b3363b2bda7ff400b
This commit is contained in:
parent
91b743724e
commit
52f957b23e
1 changed files with 14 additions and 13 deletions
|
@ -79711,7 +79711,8 @@ (define-public rust-toml-edit-0.18
|
|||
(sha256
|
||||
(base32 "0ax1bwzd4xclpids3b69nd1nxqi3x3qa4ymz51jbrp6hsy6rvian"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-kstring" ,rust-kstring-2)
|
||||
("rust-nom8" ,rust-nom8-0.2)
|
||||
|
|
Loading…
Reference in a new issue