mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
27b75426c5
commit
0f414f0da9
1 changed files with 5 additions and 4 deletions
|
@ -11426,10 +11426,12 @@ different for every thread.")
|
||||||
(base32
|
(base32
|
||||||
"054vlrr1vsdy1h4b7n99mr24pnj8928ig9qwzg36wnkld4dns36l"))))
|
"054vlrr1vsdy1h4b7n99mr24pnj8928ig9qwzg36wnkld4dns36l"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/Amanieu/thread_local-rs")
|
||||||
(synopsis "Per-object thread-local storage")
|
(synopsis "Per-object thread-local storage")
|
||||||
(description "Per-object thread-local storage")
|
(description "Per-object thread-local storage.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -11448,8 +11450,7 @@ different for every thread.")
|
||||||
"06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
|
"06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))
|
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))))
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
(define-public rust-threadpool-1.7
|
(define-public rust-threadpool-1.7
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue