me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-thread-local-0.3.4.

* gnu/packages/crates-io.scm (rust-thread-local-0.3.4): Delete variable.

Change-Id: I1b30e888ffef84d287d819bbe92db8f310d033fe
master
Efraim Flashner 2024-02-08 17:02:50 +02:00
parent 1abf7e59df
commit cd793eac88
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 19 deletions

View File

@ -67654,25 +67654,6 @@ different for every thread.")
`(#: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)