guix-commits
[Top][All Lists]
Advanced

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

20/66: gnu: Add rust-stdweb-0.1.


From: guix-commits
Subject: 20/66: gnu: Add rust-stdweb-0.1.
Date: Tue, 24 Oct 2023 07:54:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c48cf93a0e8c8dac1b632eff68ef216830568b62
Author: Steve George <steve@futurile.net>
AuthorDate: Mon Oct 23 23:21:02 2023 +0100

    gnu: Add rust-stdweb-0.1.
    
    * gnu/packages/crates-io.scm (rust-stdweb-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 15810e0799..cfeb312fec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68187,6 +68187,24 @@ on verbosity specified")
 Web.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-stdweb-0.1
+  (package
+    (inherit rust-stdweb-0.4)
+    (name "rust-stdweb")
+    (version "0.1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "stdweb" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0gjk7ch31a3kgdc39kj4zqinf10yqaf717wanh9kwwbbwg430m7g"))))
+    (arguments
+     (list #:skip-build? #t
+           #:cargo-inputs `(("rust-clippy" ,rust-clippy-0.0)
+                            ("rust-serde" ,rust-serde-1)
+                            ("rust-serde-json" ,rust-serde-json-1))))))
+
 (define-public rust-stdweb-derive-0.5
   (package
     (name "rust-stdweb-derive")



reply via email to

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