GNU bug report logs - #70147
[PATCH 00/42] WIP: Add rage.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 2 Apr 2024 16:22:04 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70147 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#70147] [PATCH 11/42] gnu: Add rust-fluent-syntax-0.11.
Date: Tue,  2 Apr 2024 18:22:28 +0200
* gnu/packages/crates-io.scm (rust-fluent-syntax-0.11): New variable.

Change-Id: I39e7a4146245ccf51460d7018831f625431d5a9e
---
 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 064bac0558..d13c8c5e19 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27074,6 +27074,29 @@ (define-public rust-fluent-0.16
 expressive power of natural language translations.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-fluent-syntax-0.11
+  (package
+    (name "rust-fluent-syntax")
+    (version "0.11.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fluent-syntax" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0y6ac7z7sbv51nsa6km5z8rkjj4nvqk91vlghq1ck5c3cjbyvay0"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-serde" ,rust-serde-1)
+                       ("rust-serde-json" ,rust-serde-json-1)
+                       ("rust-thiserror" ,rust-thiserror-1))))
+    (home-page "http://www.projectfluent.org")
+    (synopsis "Parser/Serializer tools for Fluent Syntax")
+    (description "This crate provides Parser/Serializer tools for Fluent
+Syntax.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-flume-0.9
   (package
     (inherit rust-flume-0.10)
-- 
2.41.0





This bug report was last modified 1 year and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.