3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-thread-local-1.0: Don't hide package.

* gnu/packages/crates-io.scm (rust-thread-local-1.0)[arguments]: Skip
build. Add rust-lazy-static-1.4 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-20 22:21:13 +02:00
parent 27b75426c5
commit 0f414f0da9
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11426,10 +11426,12 @@ different for every thread.")
(base32
"054vlrr1vsdy1h4b7n99mr24pnj8928ig9qwzg36wnkld4dns36l"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))
(home-page "https://github.com/Amanieu/thread_local-rs")
(synopsis "Per-object thread-local storage")
(description "Per-object thread-local storage")
(properties '((hidden? . #t)))
(description "Per-object thread-local storage.")
(license (list license:asl2.0
license:expat))))
@ -11448,8 +11450,7 @@ different for every thread.")
"06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))
(properties '())))
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))))
(define-public rust-threadpool-1.7
(package