me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-relay-0.1.

* gnu/packages/crates-io.scm (rust-relay-0.1): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:09 +02:00
parent ba91dead72
commit 05d63784e7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 22 deletions

View File

@ -48654,28 +48654,6 @@ uses finite automata and guarantees linear time matching on all inputs.")
(description "This package provides portable, relative paths for Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-relay-0.1
(package
(name "rust-relay")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "relay" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16j8y57rjrfy3h5xfi9fwfbjs1nka3iifi52rvp9szldd21f6xhm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-futures" ,rust-futures-0.1))))
(home-page "")
(synopsis "Lightweight oneshot Future channel")
(description
"This package provides a lightweight oneshot Future channel.")
(license (list license:expat license:asl2.0))))
(define-public rust-remove-dir-all-0.5
(package
(name "rust-remove-dir-all")