guix-patches
[Top][All Lists]
Advanced

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

[bug#70461] [PATCH 2/9] gnu: Add rust-two-face-0.4.0.


From: VÖRÖSKŐI András
Subject: [bug#70461] [PATCH 2/9] gnu: Add rust-two-face-0.4.0.
Date: Sun, 19 May 2024 05:39:22 +0200

* gnu/packages/crates-io.scm (rust-two-face-0.4): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ac827e3b05..7dbaff252a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -84104,6 +84104,30 @@ (define-public rust-tun-tap-0.1
     (description "This package provides a TUN/TAP interface wrapper.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-two-face-0.4
+  (package
+    (name "rust-two-face")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "two-face" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0s225f05v590wk13qnkkky5asyv5x40awv61x6gn0703x91lik8c"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-once-cell" ,rust-once-cell-1)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-syntect" ,rust-syntect-5))
+       #:cargo-development-inputs (("rust-insta" ,rust-insta-1)
+                                   ("rust-strum" ,rust-strum-0.25)
+                                   ("rust-syntect" ,rust-syntect-5))))
+    (home-page "https://github.com/CosmicHorrorDev/two-face";)
+    (synopsis "Extra syntax and theme definitions for syntect")
+    (description "Extra syntax and theme definitions for syntect")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-two-face-0.3
   (package
     (name "rust-two-face")
-- 
2.41.0






reply via email to

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