mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-scopeguard-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-scopeguard-1.0)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
ac20ab2b4e
commit
1c70205f82
1 changed files with 2 additions and 4 deletions
|
@ -8756,6 +8756,7 @@ library's old @code{scoped_thread_local!} macro for providing scoped access to
|
||||||
(base32
|
(base32
|
||||||
"03aay84r1f6w87ckbpj6cc4rnsxkxcfs13n5ynxjia0qkgjiabml"))))
|
"03aay84r1f6w87ckbpj6cc4rnsxkxcfs13n5ynxjia0qkgjiabml"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/bluss/scopeguard")
|
(home-page "https://github.com/bluss/scopeguard")
|
||||||
(synopsis "Scope guard which will run a closure even out of scope")
|
(synopsis "Scope guard which will run a closure even out of scope")
|
||||||
(description "This package provides a RAII scope guard that will run a
|
(description "This package provides a RAII scope guard that will run a
|
||||||
|
@ -8763,7 +8764,6 @@ given closure when it goes out of scope, even if the code between panics
|
||||||
(assuming unwinding panic). Defines the macros @code{defer!},
|
(assuming unwinding panic). Defines the macros @code{defer!},
|
||||||
@code{defer_on_unwind!}, @code{defer_on_success!} as shorthands for guards
|
@code{defer_on_unwind!}, @code{defer_on_success!} as shorthands for guards
|
||||||
with one of the implemented strategies.")
|
with one of the implemented strategies.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -8780,9 +8780,7 @@ with one of the implemented strategies.")
|
||||||
(string-append name "-" version ".crate"))
|
(string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))
|
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
(define-public rust-scroll-0.9
|
(define-public rust-scroll-0.9
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue