guix-commits
[Top][All Lists]
Advanced

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

22/45: gnu: Add rust-rand-os-0.1.


From: guix-commits
Subject: 22/45: gnu: Add rust-rand-os-0.1.
Date: Wed, 23 Oct 2019 03:49:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9ad71c4aec2c0e3e9b24e1938d7a4e731bad98ab
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 23 09:58:16 2019 +0300

    gnu: Add rust-rand-os-0.1.
    
    * gnu/packages/rust-cbindgen.scm (rust-rand-os-0.1): New hidden
    variable.
---
 gnu/packages/rust-cbindgen.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index d6ec640..208e5f3 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -462,3 +462,23 @@ functionality.")
     (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
+
+(define rust-rand-os-0.1
+  (package
+    (name "rust-rand-os")
+    (version "0.1.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "rand_os" version))
+        (file-name (string-append name "-" version ".crate"))
+        (sha256
+         (base32
+          "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv"))))
+    (build-system cargo-build-system)
+    (home-page "https://crates.io/crates/rand_os";)
+    (synopsis "OS backed Random Number Generator")
+    (description "OS backed Random Number Generator")
+    (properties '((hidden? . #t)))
+    (license (list license:asl2.0
+                   license:expat))))



reply via email to

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