mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-scoped-tls-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-scoped-tls-1.0)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
fcc4e04d22
commit
671d08f30d
1 changed files with 2 additions and 4 deletions
|
@ -8720,12 +8720,12 @@ non-'static references in parallel.")
|
||||||
(base32
|
(base32
|
||||||
"1hj8lifzvivdb1z02lfnzkshpvk85nkgzxsy2hc0zky9wf894spa"))))
|
"1hj8lifzvivdb1z02lfnzkshpvk85nkgzxsy2hc0zky9wf894spa"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/alexcrichton/scoped-tls")
|
(home-page "https://github.com/alexcrichton/scoped-tls")
|
||||||
(synopsis "Rust library providing the old standard library's scoped_thread_local")
|
(synopsis "Rust library providing the old standard library's scoped_thread_local")
|
||||||
(description "This crate provides a library implementation of the standard
|
(description "This crate provides a library implementation of the standard
|
||||||
library's old @code{scoped_thread_local!} macro for providing scoped access to
|
library's old @code{scoped_thread_local!} macro for providing scoped access to
|
||||||
@dfn{thread local storage} (TLS) so any type can be stored into TLS.")
|
@dfn{thread local storage} (TLS) so any type can be stored into TLS.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -8741,9 +8741,7 @@ library's old @code{scoped_thread_local!} macro for providing scoped access to
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))
|
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))))
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
(define-public rust-scopeguard-1.0
|
(define-public rust-scopeguard-1.0
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue