guix-patches
[Top][All Lists]
Advanced

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

[bug#70147] [PATCH 40/42] gnu: Add rust-zerofrom-0.1.


From: Wilko Meyer
Subject: [bug#70147] [PATCH 40/42] gnu: Add rust-zerofrom-0.1.
Date: Tue, 2 Apr 2024 18:22:57 +0200

* gnu/packages/crates-io.scm (rust-zerofrom-0.1): New variable.

Change-Id: I7a0a969a95fd171730dd5dd9f527655240549c78
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f4a7f7a588..c4216f0051 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -91244,6 +91244,26 @@ (define-public rust-zerofrom-derive-0.1
     (description "Custom derive for the zerofrom crate.")
     (license license:unicode)))
 
+(define-public rust-zerofrom-0.1
+  (package
+    (name "rust-zerofrom")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "zerofrom" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1dq5dmls0gdlbxgzvh56754k0wq7ch60flbq97g9mcf0qla0hnv5"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-zerofrom-derive" ,rust-zerofrom-derive-0.1))))
+    (home-page "https://github.com/unicode-org/icu4x";)
+    (synopsis "ZeroFrom trait for constructing")
+    (description "@code{ZeroFrom} trait for constructing.")
+    (license license:unicode)))
+
 (define-public rust-zip-0.6
   (package
     (name "rust-zip")
-- 
2.41.0






reply via email to

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