gnu: rust-nodrop-union-0.1: Fix typo.

This follows up on commit 028b0deebb.

* gnu/packages/crates-io.scm (rust-nodrop-union-0.1)[arguments]: Quote.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-18 15:48:20 +01:00
parent 676e21e4d2
commit 8c20508f48
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7829,7 +7829,7 @@ (define-public rust-nodrop-union-0.1
(base32
"1h59pph19rxanyqcaid8pg73s7wmzdx3zhjv5snlim5qx606zxkc"))))
(build-system cargo-build-system)
(arguments (#:skip-build? #t)) ; Depends on features not in stable Rust.
(arguments '(#:skip-build? #t)) ; depends on features not in stable Rust
(home-page "https://github.com/bluss/arrayvec")
(synopsis "Wrapper type to inhibit drop (destructor)")
(description "This package provides a wrapper type to inhibit drop