guix-commits
[Top][All Lists]
Advanced

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

102/193: gnu: Remove rust-nom-locate-4.


From: guix-commits
Subject: 102/193: gnu: Remove rust-nom-locate-4.
Date: Mon, 24 Oct 2022 03:51:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1aa1c0ccc70178372e3976ba92d902627cfa62eb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:40:47 2022 +0300

    gnu: Remove rust-nom-locate-4.
    
    * gnu/packages/crates-io.scm (rust-nom-locate-4): Delete variable.
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 240e1529e6..ec2e993df5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37088,30 +37088,6 @@ combinators library.")
     (description "This package derives custom nom parsers from structs.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-nom-locate-4
-  (package
-    (name "rust-nom-locate")
-    (version "4.0.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "nom_locate" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0186n5qbpiyhpas3nk8y4ynnbdghl4nx958bkq4a6a9hr8v48y9p"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-bytecount" ,rust-bytecount-0.6)
-        ("rust-memchr" ,rust-memchr-2)
-        ("rust-nom" ,rust-nom-7)
-        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
-    (home-page "https://github.com/fflorent/nom_locate";)
-    (synopsis "Special input type for nom to locate tokens")
-    (description "This crate provides the @code{LocatedSpan} struct that
-encapsulates the data.")
-    (license (list license:expat))))
-
 (define-public rust-noop-proc-macro-0.3
   (package
     (name "rust-noop-proc-macro")



reply via email to

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