diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 13:05:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 14:42:20 +0200 |
commit | c610585f1634d716e87cb1f4733ce146c4279604 (patch) | |
tree | d807c36df36d7daf5013627f39e493c3702af3bb | |
parent | 545043698153d4c2cb936d701005e3d529cf2d7c (diff) | |
download | patches-c610585f1634d716e87cb1f4733ce146c4279604.tar patches-c610585f1634d716e87cb1f4733ce146c4279604.tar.gz |
gnu: rust-discard-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-discard-1.0)[arguments]: Skip build.
[properties]: Remove field.
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 436d3f456a..3b154d4a65 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2256,12 +2256,12 @@ Windows, and the Standard Directory guidelines on macOS.") (base32 "1h67ni5bxvg95s91wgicily4ix7lcw7cq0a5gy9njrybaibhyb91")))) (build-system cargo-build-system) + (arguments '(#:skip-build? #t)) (home-page "https://github.com/Pauan/rust-discard") (synopsis "Allow for intentionally leaking memory") (description "There are situations where you need to intentionally leak some memory but not other memory. This package provides a discard trait which allows for intentionally leaking memory") - (properties '((hidden? . #t))) (license license:expat))) (define-public rust-doc-comment-0.3 |