From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 74558@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>,
Maxim Cournoyer <maxim.cournoyer@gmail.com>,
Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#74558] [PATCH rust-team 4/5] gnu: Add rust-libcst-derive-1.
Date: Thu, 28 Nov 2024 13:43:08 +0900 [thread overview]
Message-ID: <6fa630dbc51819dba026992214ce29c88031bff1.1732714840.git.maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <cover.1732714840.git.maxim.cournoyer@gmail.com>
* gnu/packages/crates-io.scm (rust-libcst-derive-1): New variable.
Change-Id: Idb3965c18f2c56b29c32a591926e48148389d28f
---
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 10464be69d..401a20f239 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39654,6 +39654,27 @@ (define-public rust-libc-print-0.1
macros on libc without stdlib.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-libcst-derive-1
+ (package
+ (name "rust-libcst-derive")
+ (version "1.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "libcst_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1lcwnpbr1l9ybll6jr172s0jbcvlbhrcax94qmbcs89jas5nw5cq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))
+ #:cargo-development-inputs (("rust-trybuild" ,rust-trybuild-1))))
+ (home-page "https://github.com/Instagram/LibCST")
+ (synopsis "Proc macro helpers for libcst")
+ (description "This package provides Proc macro helpers for libcst.")
+ (license license:expat)))
+
(define-public rust-libdbus-sys-0.2
(package
(name "rust-libdbus-sys")
--
2.46.0
next prev parent reply other threads:[~2024-11-28 4:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 13:43 [bug#74558] [PATCH rust-team 0/5] Add rust-libcst and dependencies Maxim Cournoyer
2024-11-28 4:43 ` [bug#74558] [PATCH rust-team 1/5] gnu: rust-peg-macros-0.8: Update to 0.8.4 Maxim Cournoyer
2024-11-28 4:43 ` [bug#74558] [PATCH rust-team 2/5] gnu: rust-peg-runtime-0.8: Update to 0.8.3 Maxim Cournoyer
2024-11-28 4:43 ` [bug#74558] [PATCH rust-team 3/5] gnu: rust-peg-0.8: Update to 0.8.4 Maxim Cournoyer
2024-11-28 4:43 ` Maxim Cournoyer [this message]
2024-11-28 4:43 ` [bug#74558] [PATCH rust-team 5/5] gnu: Add rust-libcst-1 Maxim Cournoyer
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=6fa630dbc51819dba026992214ce29c88031bff1.1732714840.git.maxim.cournoyer@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=74558@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/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).