all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 64248@debbugs.gnu.org
Cc: Steve George <steve@futurile.net>, efraim@flashner.co.il
Subject: [bug#64248] [PATCH 2/8] gnu: Add rust-enum-derive.
Date: Fri, 23 Jun 2023 17:56:45 +0100	[thread overview]
Message-ID: <85c5801884a8ae372b1df5c77a480fa6cadd8ed8.1687539092.git.steve@futurile.net> (raw)
In-Reply-To: <50613bf2-90f6-c885-28a9-6eca1d487a07@futurile.net>

* gnu/packages/crates-io.scm (rust-enum-derive): New variable.
---
 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 dea4b4d353..44f51c8c11 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21466,6 +21466,27 @@ (define-public rust-enum-as-inner-0.2
         ("rust-quote" ,rust-quote-0.6)
         ("rust-syn" ,rust-syn-0.15))))))
 
+(define-public rust-enum-derive-0.1
+  (package
+    (name "rust-enum-derive")
+    (version "0.1.7")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "enum-derive" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "05n8mdca3y2c8pvl1isncj52fa80wplvx28lxvwqmpzfr6lc4sj0"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-development-inputs (("rust-custom-derive" ,rust-custom-derive-0.1))))
+    (home-page "https://github.com/DanielKeep/rust-custom-derive")
+    (synopsis
+     "This crate provides macros for deriving additional functionality for enums.")
+    (description
+     "This crate provides macros for deriving additional functionality for enums.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-enum-map-derive-0.4
   (package
     (name "rust-enum-map-derive")
-- 
2.40.1





  parent reply	other threads:[~2023-06-23 16:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 10:52 [bug#64248] Series to update to rust-rspotify-0.11 Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 1/8] gnu: rust-strum: Update to 0.24.1 Steve George
2023-06-23 16:56 ` Steve George [this message]
2023-06-23 16:56 ` [bug#64248] [PATCH 3/8] gnu: Add rust-enum-dispatch Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 4/8] gnu: Add rust-rspotify-model Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 5/8] gnu: Add rust-rspotify-macros Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 6/8] gnu: Add rust-maybe-async Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 7/8] gnu: Add rust-rspotify-http Steve George
2023-06-23 16:56 ` [bug#64248] [PATCH 8/8] gnu: rust-rspotify: Update to 0.11.7 Steve George
2023-10-02  8:42 ` bug#64248: Series to update to rust-rspotify-0.11 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

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

  git send-email \
    --in-reply-to=85c5801884a8ae372b1df5c77a480fa6cadd8ed8.1687539092.git.steve@futurile.net \
    --to=steve@futurile.net \
    --cc=64248@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.