guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

387/410: gnu: Remove rust-enum-iterator-derive-1.


From: guix-commits
Subject: 387/410: gnu: Remove rust-enum-iterator-derive-1.
Date: Tue, 31 Dec 2024 14:37:28 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit d07582db07290ee3a299c16f051b47cf75d46c6c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 31 20:54:58 2024 +0200

    gnu: Remove rust-enum-iterator-derive-1.
    
    * gnu/packages/crates-io.scm (rust-enum-iterator-derive-1): Delete variable.
    
    Change-Id: I7ef45eb2304911007f24d218715a8831ba3fb945
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 662c7b3b72..8ce19dcb07 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23126,27 +23126,6 @@ accessor functions on enums.")
 increasing their method call speed up to 10x.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-enum-iterator-derive-1
-  (package
-    (name "rust-enum-iterator-derive")
-    (version "1.4.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "enum-iterator-derive" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0nz6kz8jz2w1vy4y3r0mb8pa5nj3y77mdxdn3b38db322cf9kax1"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
-                       ("rust-quote" ,rust-quote-1)
-                       ("rust-syn" ,rust-syn-2))))
-    (home-page "https://github.com/stephaneyfx/enum-iterator";)
-    (synopsis "Procedural macro to derive Sequence")
-    (description "This package provides a procedural macro to derive 
Sequence.")
-    (license license:bsd-0)))
-
 (define-public rust-enum-map-0.6
   (package
     (name "rust-enum-map")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]