3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Efraim Flashner 2020-02-18 10:53:51 +02:00
parent 23b9d9271a
commit 9e6ba02cd7
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13654,12 +13654,16 @@ handle Unicode characters correctly.")
(base32
"1h90v19fjz3x9b25ywh68z5yf2zsmm6h5zb4rl302ckbsp4z9yy7"))))
(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")
(synopsis "Get a unique ID for the current thread in Rust")
(description
"For diagnostics and debugging it can often be useful to get an ID that is
different for every thread.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))