guix-commits
[Top][All Lists]
Advanced

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

33/37: gnu: Add rust-typed-builder-macro-0.18.


From: guix-commits
Subject: 33/37: gnu: Add rust-typed-builder-macro-0.18.
Date: Thu, 18 Jan 2024 13:27:07 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 6ed32460427bcba70324d82ce329e826b40583b8
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:54:00 2024 +0100

    gnu: Add rust-typed-builder-macro-0.18.
    
    * gnu/packages/crates-io.scm (rust-typed-builder-macro-0.18): New
    variable.
    
    Change-Id: I189bf2db275339ddfe667eb7307499d11b3f4190
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c60659b85d..ee8608ff5f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -80831,6 +80831,27 @@ strings.")
      "This package provides compile-time type-checked builder derive.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-typed-builder-macro-0.18
+  (package
+    (name "rust-typed-builder-macro")
+    (version "0.18.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "typed-builder-macro" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "14mlf9733bmdf6bqzmhrzc1hbxfazp0mxvs751wckdaifccy8blq"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-quote" ,rust-quote-1)
+                       ("rust-syn" ,rust-syn-2))))
+    (home-page "https://github.com/idanarye/rust-typed-builder";)
+    (synopsis "Compile-time type-checked builder derive")
+    (description "Compile-time type-checked builder derive.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-typed-headers-0.2
   (package
     (name "rust-typed-headers")



reply via email to

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