gnu: rust-thread-id-3.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-thread-id-3.3)[arguments]: Add rust-libc-0.2, rust-redox-syscall-0.1, rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.master
parent
23b9d9271a
commit
9e6ba02cd7
|
@ -13654,12 +13654,16 @@ handle Unicode characters correctly.")
|
||||||
(base32
|
(base32
|
||||||
"1h90v19fjz3x9b25ywh68z5yf2zsmm6h5zb4rl302ckbsp4z9yy7"))))
|
"1h90v19fjz3x9b25ywh68z5yf2zsmm6h5zb4rl302ckbsp4z9yy7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/ruuda/thread-id")
|
(home-page "https://github.com/ruuda/thread-id")
|
||||||
(synopsis "Get a unique ID for the current thread in Rust")
|
(synopsis "Get a unique ID for the current thread in Rust")
|
||||||
(description
|
(description
|
||||||
"For diagnostics and debugging it can often be useful to get an ID that is
|
"For diagnostics and debugging it can often be useful to get an ID that is
|
||||||
different for every thread.")
|
different for every thread.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue