guix-commits
[Top][All Lists]
Advanced

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

40/54: gnu: Add rust-arrayref-0.3.


From: guix-commits
Subject: 40/54: gnu: Add rust-arrayref-0.3.
Date: Tue, 21 Jan 2020 09:35:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8f414fa29dc54a40fdfa94a897eda0795f6cb355
Author: John Soo <address@hidden>
AuthorDate: Thu Jan 16 20:36:53 2020 -0800

    gnu: Add rust-arrayref-0.3.
    
    * gnu/packages/crates-io.scm (rust-arrayref-0.3): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c8fe759..7bbaf60 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -308,6 +308,30 @@ text or blue underlined text, on ANSI terminals.")
 that runs on Argon2.")
     (license license:expat)))
 
+(define-public rust-arrayref-0.3
+  (package
+    (name "rust-arrayref")
+    (version "0.3.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "arrayref" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-development-inputs
+       (("rust-quickcheck" ,rust-quickcheck-0.6))))
+    (home-page "https://github.com/droundy/arrayref";)
+    (synopsis "Macros to take array references of slices")
+    (description
+     "Macros to take array references of slices.")
+    (license license:bsd-2)))
+
 (define-public rust-arrayvec-0.4
   (package
     (name "rust-arrayvec")



reply via email to

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