mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Remove rust-syn-test-suite-0.
* gnu/packages/crates-io.scm (rust-syn-test-suite-0): Delete variable.
This commit is contained in:
parent
8e323ba986
commit
1f6981d332
1 changed files with 0 additions and 18 deletions
|
@ -58785,24 +58785,6 @@ (define-public rust-swc-1
|
|||
(license (list license:expat
|
||||
license:asl2.0))))
|
||||
|
||||
(define-public rust-syn-test-suite-0
|
||||
(package
|
||||
(name "rust-syn-test-suite")
|
||||
(version "0.0.0+test")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "syn-test-suite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d9ffrbgci1qjdcpvgrsg3sh24qdsdh66zcsvn5prrk05ycn3mm0"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dtolnay/syn")
|
||||
(synopsis "Test suite of the syn crate")
|
||||
(description "This package provides the test suite of the syn crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-syn-1
|
||||
(package
|
||||
(name "rust-syn")
|
||||
|
|
Loading…
Reference in a new issue