mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Remove rust-thread-local-0.3.4.
* gnu/packages/crates-io.scm (rust-thread-local-0.3.4): Delete variable. Change-Id: I1b30e888ffef84d287d819bbe92db8f310d033fe
This commit is contained in:
parent
1abf7e59df
commit
cd793eac88
1 changed files with 0 additions and 19 deletions
|
@ -67654,25 +67654,6 @@ (define-public rust-thread-local-0.3
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1))))))
|
||||
|
||||
(define-public rust-thread-local-0.3.4
|
||||
(package
|
||||
(inherit rust-thread-local-0.3)
|
||||
(name "rust-thread-local")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "thread_local" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "055vj0ddb6vh0zaqdlxssfqzzpgs4ll5l5j7nqvabdzfgasw95qn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-unreachable" ,rust-unreachable-1))))))
|
||||
|
||||
(define-public rust-thread-local-0.2
|
||||
(package
|
||||
(inherit rust-thread-local-0.3)
|
||||
|
|
Loading…
Reference in a new issue