mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
676e21e4d2
commit
8c20508f48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue