mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-thread-id-2.0.
* gnu/packages/crates-io.scm (rust-thread-id-2.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5213b6975a
commit
dd44f126bd
1 changed files with 19 additions and 0 deletions
|
@ -15180,6 +15180,25 @@ (define-public rust-thread-id-3.3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-thread-id-2.0
|
||||
(package
|
||||
(inherit rust-thread-id-3.3)
|
||||
(name "rust-thread-id")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "thread-id" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00zzs2bx1xw8aqm5plqqgr7bc2zz6zkqrdxq8vpiqb8hc2srslx9"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2))))))
|
||||
|
||||
(define-public rust-thread-local-1.0
|
||||
(package
|
||||
(name "rust-thread-local")
|
||||
|
|
Loading…
Reference in a new issue