mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Remove rust-extend-0.1.
* gnu/packages/crates-io.scm (rust-extend-0.1): Delete variable. Change-Id: Ia448c7d97319ca7b79fc3ef748a286f0bcc15137
This commit is contained in:
parent
b442f92a92
commit
1cf461957a
1 changed files with 0 additions and 28 deletions
|
@ -22007,34 +22007,6 @@ testing.")
|
||||||
like Don libes expect.")
|
like Don libes expect.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-extend-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-extend")
|
|
||||||
(version "0.1.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "extend" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "01azyniinxrwng13hkj450gplp1ajslbqzksjg4dk6655sks6zgl"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-test-flags '("--release" "--" "--skip=test::test_ui" )
|
|
||||||
#:cargo-inputs
|
|
||||||
(("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))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-trybuild" ,rust-trybuild-1))))
|
|
||||||
(home-page "https://github.com/davidpdrsn/extend")
|
|
||||||
(synopsis "Create extensions for types you don't own")
|
|
||||||
(description
|
|
||||||
"This crates creates extensions for types you don't own with extension
|
|
||||||
traits but without the boilerplate.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-eyre-0.6
|
(define-public rust-eyre-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-eyre")
|
(name "rust-eyre")
|
||||||
|
|
Loading…
Add table
Reference in a new issue