1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: rust-antidote-1.0: Don't hide package.

* gnu/packages/crates-io.scm (rust-antidote-1.0)[arguments]: Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner
2020-01-14 12:20:38 +02:00
parent b303ed76a4
commit 8822f7bcf8

View File

@@ -186,12 +186,12 @@ text or blue underlined text, on ANSI terminals.")
(base32
"19g2sw2qa2ibnh4x7j1snk46593jgx6y7rnvva496ynq61af5z9l"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/sfackler/rust-antidote")
(synopsis "Poison-free Mutex and RwLock types")
(description
"These types expose identical APIs to the standard library @code{Mutex} and
"These types expose identical APIs to the standard library @code{Mutex} and
@code{RwLock} except that they do not return @code{PoisonError}s.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))