gnu: rust-antidote-1.0: Don't skip build.

* gnu/packages/crates-io.scm (rust-antidote-1.0)[arguments]: Don't skip
build.
This commit is contained in:
Efraim Flashner 2020-03-01 10:35:40 +02:00
parent 0b3848f00e
commit 23e71f5d34
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -328,7 +328,6 @@ 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