unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazew@gmail.com>
To: 66378@debbugs.gnu.org
Subject: [bug#66378] [PATCH] gnu: Add rust-darling-core-0.20.
Date: Sat, 07 Oct 2023 03:01:50 +0300	[thread overview]
Message-ID: <874jj3pafl.fsf@gmail.com> (raw)
In-Reply-To: <878r8ftiaq.fsf@gmail.com>

* gnu/packages/crates-io.scm (rust-darling-core-0.20): New variable.
---
 gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9222a0bc2a..4d05cec9d5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18085,6 +18085,35 @@ (define-public rust-darling-0.9
         ("rust-quote" ,rust-quote-0.6)
         ("rust-syn" ,rust-syn-0.15))))))
 
+(define-public rust-darling-core-0.20
+  (package
+    (name "rust-darling-core")
+    (version "0.20.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "darling-core" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "08g6afi3z9jgcqx7g41s1mzr6q3dj2z56vz7v1bv6941h51k8zhp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-fnv" ,rust-fnv-1)
+        ("rust-ident-case" ,rust-ident-case-1)
+        ("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-strsim" ,rust-strsim-0.10)
+        ("rust-syn" ,rust-syn-2))))
+    (home-page "https://github.com/TedDriggs/darling")
+    (synopsis "Helper crate for @code{rust-darling}")
+    (description
+     "Helper crate for @code{rust-darling}, a proc-macro library for
+reading attributes into structs when implementing custom derives.")
+    (license license:expat)))
+
 (define-public rust-darling-core-0.14
   (package
     (name "rust-darling-core")

base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9
prerequisite-patch-id: ec4a09723b91089c8eb5b5269ae81272bb4d81b4
prerequisite-patch-id: 9680399593e3dcdb5b10ee646023efd1215942d9
prerequisite-patch-id: 66497a0079d0077e7b5001707d8211c525ea7193
prerequisite-patch-id: 4f512542ae5806d47054e063e3dd1df66258c530
prerequisite-patch-id: 48abb1e84ca8d85b23794222f8fa5b4d2dfa4699
prerequisite-patch-id: a7fdd2f87131ad73865389152d4a826df24fcae7
prerequisite-patch-id: 1600413a45a50114906f4390653c3fbb7f536a4c
prerequisite-patch-id: 51e95882782a53eda933e884fb5e80487ba52b9f
prerequisite-patch-id: 177b2873f4e77585c464ac3d24bec78d58f128bd
prerequisite-patch-id: 631a6785018f999fcbf7e22fb8e2aae9329ced55
prerequisite-patch-id: 1bd1b328f9e3c7119fed731ffd7e7d87ac33f0c2
prerequisite-patch-id: 79105270952c22f07255cb315da1db44f505b07b
-- 
2.41.0


-- 

Aleksandr Vityazev




  parent reply	other threads:[~2023-10-07  0:03 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 23:58 [bug#66378] [PATCH 00/35] Add xremap Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-derive-where-1 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-evdev-0.12 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-fork-0.1 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-macros-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-macros-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` Aleksandr Vityazev [this message]
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-macro-0.20 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-0.20 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-macros-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-sys-0.31 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-backend-0.1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-quick-xml-0.28 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-scanner-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-client-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-server-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-wlr-0.1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-as-raw-xcb-connection-1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-gethostname-0.3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-protocol-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-derive-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-zbus-macros-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-derive-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zbus-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: rust-anyhow-1: Update to 1.0.75 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-xremap Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-wayland Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-sway Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-x11 Aleksandr Vityazev
2023-10-22 13:39 ` bug#66378: [PATCH 00/35] Add xremap Efraim Flashner

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=874jj3pafl.fsf@gmail.com \
    --to=avityazew@gmail.com \
    --cc=66378@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).