guix-commits
[Top][All Lists]
Advanced

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

163/187: gnu: Remove rust-abscissa-derive-0.5.


From: guix-commits
Subject: 163/187: gnu: Remove rust-abscissa-derive-0.5.
Date: Mon, 24 Oct 2022 10:58:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bb913bb266235d2a1751e780023bbbe468defb84
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:29:00 2022 +0300

    gnu: Remove rust-abscissa-derive-0.5.
    
    * gnu/packages/crates-io.scm (rust-abscissa-derive-0.5): Delete variable.
---
 gnu/packages/crates-io.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8bbc7e212a..c720ae55ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -145,35 +145,6 @@ cubic beziers.")
 library in Rust.")
     (license license:expat)))
 
-(define-public rust-abscissa-derive-0.5
-  (package
-    (name "rust-abscissa-derive")
-    (version "0.5.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "abscissa_derive" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1k7cxjxgkvi91968xkrjcqpq98kabfh7qhnqh6fwnqw7qhmp5xbl"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-darling" ,rust-darling-0.10)
-        ("rust-ident-case" ,rust-ident-case-1)
-        ("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1)
-        ("rust-synstructure" ,rust-synstructure-0.12))))
-    (home-page "https://github.com/iqlusioninc/abscissa";)
-    (synopsis
-     "Custom derive support for the abscissa application microframework")
-    (description
-     "This package provides custom derive support for the abscissa application
-microframework.")
-    (license license:asl2.0)))
-
 (define-public rust-actix-0.10
   (package
     (name "rust-actix")



reply via email to

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