unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kiran Shila <me@kiranshila.com>
To: 56571@debbugs.gnu.org
Cc: Kiran Shila <me@kiranshila.com>
Subject: [bug#56571] [PATCH v2 3/7] Add rust-unic-emoji-char
Date: Sat, 16 Jul 2022 12:34:09 -0700	[thread overview]
Message-ID: <20220716193413.1092916-3-me@kiranshila.com> (raw)
In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com>

---
 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 e1feac2e63..2d10e91b3e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67933,6 +67933,29 @@ (define-public rust-unic-common-0.9
 Internationalization Crates (UNIC) project.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-unic-emoji-char-0.9
+  (package
+    (name "rust-unic-emoji-char")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "unic-emoji-char" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0ka9fr7s6lv0z43r9xphg9injn35pfxf9g9q18ki0wl9d0g241qb"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-unic-char-property" ,rust-unic-char-property-0.9)
+                       ("rust-unic-char-range" ,rust-unic-char-range-0.9)
+                       ("rust-unic-ucd-version" ,rust-unic-ucd-version-0.9))))
+    (home-page "https://github.com/open-i18n/rust-unic/")
+    (synopsis "UNIC Unicode Emoji Emoji Character Properties")
+    (description "UNIC Unicode Emoji Emoji Character Properties")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-unic-segment-0.9
   (package
     (name "rust-unic-segment")
-- 
2.37.0





  parent reply	other threads:[~2022-07-16 21:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15  3:24 [bug#56571] [PATCH] Update `rust-clap-3` to v3.2.12 Kiran Shila
2022-07-15  8:43 ` Christopher Baines
2022-07-16 19:34   ` [bug#56571] [PATCH v2 1/7] Update the rust-windows crates Kiran Shila
2022-07-16 19:34     ` [bug#56571] [PATCH v2 2/7] Update rust-parking-lot-core Kiran Shila
2022-07-16 19:34     ` Kiran Shila [this message]
2022-07-16 19:34     ` [bug#56571] [PATCH v2 4/7] Update rust-textwrap Kiran Shila
2022-07-19 14:47       ` Maxime Devos
2022-07-16 19:34     ` [bug#56571] [PATCH v2 5/7] Update rust-once-cell Kiran Shila
2022-07-16 19:34     ` [bug#56571] [PATCH v2 6/7] Update rust-clap Kiran Shila
2022-07-19 14:46       ` Maxime Devos
2022-07-16 19:34     ` [bug#56571] [PATCH v2 7/7] Add Kiran Shila to the Copyright header Kiran Shila
2022-07-19 14:49     ` [bug#56571] [PATCH v2 1/7] Update the rust-windows crates Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220716193413.1092916-3-me@kiranshila.com \
    --to=me@kiranshila.com \
    --cc=56571@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).