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
parent
4b29abf218
commit
ffc41e5065
|
@ -83032,7 +83032,9 @@ first byte.")
|
|||
(base32
|
||||
"08nw3famk1w1zf9ck32pmklk24wd4n4nqnr9wl46qvxak2wf7ixw"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--lib")
|
||||
#:cargo-inputs
|
||||
(("rust-md5" ,rust-md5-0.3)
|
||||
("rust-rand" ,rust-rand-0.3)
|
||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||
|
|
Reference in New Issue