me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2020-02-18 10:53:51 +02:00
parent 23b9d9271a
commit 9e6ba02cd7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 1 deletions

View File

@ -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))))