guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-nodrop-union-0.1: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: rust-nodrop-union-0.1: Fix typo.
Date: Tue, 18 Feb 2020 09:48:40 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8c20508  gnu: rust-nodrop-union-0.1: Fix typo.
8c20508 is described below

commit 8c20508f4889bff9d2c5e1a8e0f52aeaa4a7ea82
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 15:48:20 2020 +0100

    gnu: rust-nodrop-union-0.1: Fix typo.
    
    This follows up on commit 028b0deebbcff0c28c698c955644749a798faa71.
    
    * gnu/packages/crates-io.scm (rust-nodrop-union-0.1)[arguments]: Quote.
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c455893..024871b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]