guix-commits
[Top][All Lists]
Advanced

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

04/12: Revert "gnu: Add rust-clap-lex-0.2."


From: guix-commits
Subject: 04/12: Revert "gnu: Add rust-clap-lex-0.2."
Date: Mon, 28 Nov 2022 05:04:27 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit ddb34506849ba18459dba7ed3d4c67fa56658742
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Nov 28 13:36:38 2022 +0400

    Revert "gnu: Add rust-clap-lex-0.2."
    
    This reverts commit 4cb299e22ec8d38174e2f05327cf88e2803d0ff0.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2da61b385e..8a6e8b10c6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68473,28 +68473,6 @@ character.")
       "This package provides a library to unify commandline arguments with 
config files and environment variables.  And make it easier for users to tell 
your program how to behave across the three main input sources")
     (license license:expat)))
 
-(define-public rust-clap-lex-0.2
-  (package
-    (name "rust-clap-lex")
-    (version "0.2.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "clap_lex" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1ib1a9v55ybnaws11l63az0jgz5xiy24jkdgsmyl7grcm3sz4l18"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-os-str-bytes" ,rust-os-str-bytes-6))))
-    (home-page "https://github.com/clap-rs/clap/tree/master/clap_lex";)
-    (synopsis "Command-line parser for Rust")
-    (description "This package provides a command-line parser for Rust.  As
-opposed to a declarative parser, @code{rust-clap-lex} processes arguments as a
-stream of tokens.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public svd2rust
   (package
     (name "svd2rust")



reply via email to

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