me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -7829,7 +7829,7 @@ prove a function can't ever panic.")
(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