aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/crates-io.scm
diff options
context:
space:
mode:
authorEfraim Flashner2023-09-20 10:24:10 +0300
committerEfraim Flashner2023-09-20 10:24:10 +0300
commit658464c22150e62c731ee1bfe1efb7253876f53a (patch)
tree7b15741bf60f4ed716b69928f340f129f2ed9cca /gn/packages/crates-io.scm
parent9fd1f19078f055144f1192534d6f32eb26eb32f1 (diff)
downloadguix-bioinformatics-658464c22150e62c731ee1bfe1efb7253876f53a.tar.gz
remove crates existing upstream
Diffstat (limited to 'gn/packages/crates-io.scm')
-rw-r--r--gn/packages/crates-io.scm45
1 files changed, 0 insertions, 45 deletions
diff --git a/gn/packages/crates-io.scm b/gn/packages/crates-io.scm
index 6db2716..331a179 100644
--- a/gn/packages/crates-io.scm
+++ b/gn/packages/crates-io.scm
@@ -91,25 +91,6 @@ for massive key sets}. It generates an @acronym{MPHF, minimal perfect hash
functions} for a collection of hashable objects.")
(license license:expat)))
-(define-public rust-clap-lex-0.3
- (package
- (name "rust-clap-lex")
- (version "0.3.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "clap-lex" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1a4dzbnlxiamfsn0pnkhn7n9bdfjh66j9fxm6mmr7d227vvrhh8d"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-os-str-bytes" ,rust-os-str-bytes-6))))
- (home-page "https://github.com/clap-rs/clap/tree/master/clap_lex")
- (synopsis "Minimal, flexible command line parser")
- (description "Minimal, flexible command line parser")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-cuckoofilter-0.5
(package
(name "rust-cuckoofilter")
@@ -558,32 +539,6 @@ or any combination.")
(description "Rust CLI tools for manipulation of Jupyter Notebooks.")
(license #f)))) ; There is no license.
-(define-public rust-clap-derive-4
- (package
- (name "rust-clap-derive")
- (version "4.0.9")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "clap-derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "02zhbbmyz3dpy9ml6xfp7i8p3ffj1djvkdnkg6gr6d0s5r4hg8x4"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-heck" ,rust-heck-0.4)
- ("rust-proc-macro-error" ,rust-proc-macro-error-1)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
- (home-page "https://github.com/clap-rs/clap/tree/master/clap_derive")
- (synopsis
- "Parse command line argument by defining a struct, derive crate.")
- (description
- "Parse command line argument by defining a struct, derive crate.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-trycmd-0.12
(package
(name "rust-trycmd")