guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add rust-actix-web-codegen-0.1.


From: guix-commits
Subject: branch master updated: gnu: Add rust-actix-web-codegen-0.1.
Date: Sat, 22 Jan 2022 07:43:25 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b3bc291cae gnu: Add rust-actix-web-codegen-0.1.
b3bc291cae is described below

commit b3bc291cae8430242a4eab4ea272b48635b4adc4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 22 13:41:48 2022 +0100

    gnu: Add rust-actix-web-codegen-0.1.
    
    * gnu/packages/crates-io.scm (rust-actix-web-codegen-0.1): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f595008f5e..a2360335b9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1516,6 +1516,29 @@ Rust.")
        (("rust-actix-rt" ,rust-actix-rt-1)
         ("rust-actix-web" ,rust-actix-web-2))))))
 
+(define-public rust-actix-web-codegen-0.1
+  (package
+    (inherit rust-actix-web-codegen-0.4)
+    (name "rust-actix-web-codegen")
+    (version "0.1.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "actix-web-codegen" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1frs0id6k1vjczhnfhwh8q8birp27imlvgi6jylfxh911r9372h6"))))
+    (arguments
+      `(#:cargo-inputs
+        (("rust-proc-macro2" ,rust-proc-macro2-1)
+         ("rust-quote" ,rust-quote-1)
+         ("rust-syn" ,rust-syn-1))
+        #:cargo-development-inputs
+        (("rust-actix-http" ,rust-actix-http-0.2)
+         ("rust-actix-http-test" ,rust-actix-http-test-0.2)
+         ("rust-actix-web" ,rust-actix-web-1)
+         ("rust-futures" ,rust-futures-0.1))))))
+
 (define-public rust-adaptive-barrier-0.1
   (package
     (name "rust-adaptive-barrier")



reply via email to

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