gnu: Remove rust-pin-project-auxiliary-macro-0.0.
* gnu/packages/crates-io.scm (rust-pin-project-auxiliary-macro-0.0): Delete variable.
This commit is contained in:
parent
ebaa881917
commit
9d1654b96d
1 changed files with 0 additions and 18 deletions
|
@ -44497,24 +44497,6 @@ function data structures.")
|
||||||
("rust-toml" ,rust-toml-0.5)
|
("rust-toml" ,rust-toml-0.5)
|
||||||
("rust-trybuild" ,rust-trybuild-1))))))
|
("rust-trybuild" ,rust-trybuild-1))))))
|
||||||
|
|
||||||
(define-public rust-pin-project-auxiliary-macro-0.0
|
|
||||||
(package
|
|
||||||
(name "rust-pin-project-auxiliary-macro")
|
|
||||||
(version "0.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "pin-project-auxiliary-macro" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1fk48gab989xxmw466yp4mvqwfkkx9ckqzmjlfyk2hnzavqwvkxj"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(home-page "https://github.com/taiki-e/pin-project")
|
|
||||||
(synopsis "Internal test tool of the pin-project crate")
|
|
||||||
(description
|
|
||||||
"This package is an internal test tool of the @code{pin-project} crate.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-pin-project-internal-1
|
(define-public rust-pin-project-internal-1
|
||||||
(package
|
(package
|
||||||
(name "rust-pin-project-internal")
|
(name "rust-pin-project-internal")
|
||||||
|
|
Reference in a new issue