guix-patches
[Top][All Lists]
Advanced

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

[bug#68312] [PATCH 153/156] gnu: Add rust-wezterm-bidi-0.2.


From: Wilko Meyer
Subject: [bug#68312] [PATCH 153/156] gnu: Add rust-wezterm-bidi-0.2.
Date: Mon, 8 Jan 2024 02:54:10 +0100

* gnu/packages/crates-io.scm (rust-wezterm-bidi-0.2): New variable.

Change-Id: I28d1de0fcd77fada882b9010fd5cb87fc683abff
---
 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 848b3cf4763..a5fe2608c75 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -85558,6 +85558,27 @@ (define-public rust-wezterm-dynamic-0.1
      "config serialization for wezterm via dynamic json-like data values")
     (license license:expat)))
 
+(define-public rust-wezterm-bidi-0.2
+  (package
+    (name "rust-wezterm-bidi")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wezterm-bidi" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0dkcwscvlwnv6lnagxfb08rcd21gfyrxbr7afcjaj3wvycn3hq0m"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-log" ,rust-log-0.4)
+                       ("rust-wezterm-dynamic" ,rust-wezterm-dynamic-0.1))))
+    (home-page "https://github.com/wez/wezterm";)
+    (synopsis "The Unicode Bidi Algorithm (UBA)")
+    (description "The Unicode Bidi Algorithm (UBA)")
+    (license (list license:expat license:unicode))))
+
 (define-public rust-which-5
   (package
     (name "rust-which")
-- 
2.41.0






reply via email to

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