mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-trybuild-1.0.19.
* gnu/packages/crates-io.scm (rust-trybuild-1.0.19): Remove variable. Change-Id: Ib7deaa968a08796a4b65030ef4460046ad386815
This commit is contained in:
parent
d8c0b0146e
commit
b856e842b0
1 changed files with 0 additions and 23 deletions
|
@ -81534,29 +81534,6 @@ (define-public rust-trybuild-1
|
|||
"Test harness for ui tests of compiler diagnostics.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-trybuild-1.0.19
|
||||
(package
|
||||
(inherit rust-trybuild-1)
|
||||
(name "rust-trybuild")
|
||||
(version "1.0.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "trybuild" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17xpybcdx76dm54dk7jvr5aickc4ia66qf57bazg7myx8pf6yzcq"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-toml" ,rust-toml-0.5)
|
||||
("rust-dissimilar" ,rust-dissimilar-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0.73)
|
||||
("rust-termcolor" ,rust-termcolor-1))
|
||||
#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))))
|
||||
|
||||
(define-public rust-trybuild2-1
|
||||
(package
|
||||
(name "rust-trybuild2")
|
||||
|
|
Loading…
Reference in a new issue