mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-uuid-0.5: Only test the library.
* gnu/packages/crates-io.scm (rust-uuid-0.5)[arguments]: Add cargo-test-flags to only test the library. Change-Id: I5d3f578cd4642b718701bf54de54886c62a7599b
This commit is contained in:
parent
4b29abf218
commit
ffc41e5065
1 changed files with 3 additions and 1 deletions
|
@ -83032,7 +83032,9 @@ (define-public rust-uuid-0.5
|
||||||
(base32
|
(base32
|
||||||
"08nw3famk1w1zf9ck32pmklk24wd4n4nqnr9wl46qvxak2wf7ixw"))))
|
"08nw3famk1w1zf9ck32pmklk24wd4n4nqnr9wl46qvxak2wf7ixw"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--lib")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-md5" ,rust-md5-0.3)
|
(("rust-md5" ,rust-md5-0.3)
|
||||||
("rust-rand" ,rust-rand-0.3)
|
("rust-rand" ,rust-rand-0.3)
|
||||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||||
|
|
Loading…
Reference in a new issue