mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-discard-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-discard-1.0)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
5450436981
commit
c610585f16
1 changed files with 1 additions and 1 deletions
|
@ -2256,12 +2256,12 @@ (define-public rust-discard-1.0
|
||||||
(base32
|
(base32
|
||||||
"1h67ni5bxvg95s91wgicily4ix7lcw7cq0a5gy9njrybaibhyb91"))))
|
"1h67ni5bxvg95s91wgicily4ix7lcw7cq0a5gy9njrybaibhyb91"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/Pauan/rust-discard")
|
(home-page "https://github.com/Pauan/rust-discard")
|
||||||
(synopsis "Allow for intentionally leaking memory")
|
(synopsis "Allow for intentionally leaking memory")
|
||||||
(description "There are situations where you need to intentionally leak some
|
(description "There are situations where you need to intentionally leak some
|
||||||
memory but not other memory. This package provides a discard trait which allows
|
memory but not other memory. This package provides a discard trait which allows
|
||||||
for intentionally leaking memory")
|
for intentionally leaking memory")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-doc-comment-0.3
|
(define-public rust-doc-comment-0.3
|
||||||
|
|
Loading…
Reference in a new issue