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:
parent
23b9d9271a
commit
9e6ba02cd7
1 changed files with 5 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue