mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-syn-test-suite-0.0.0.
* gnu/packages/crates-io.scm (rust-syn-test-suite-0.0.0): New variable.
This commit is contained in:
parent
fb409ad0b7
commit
3ef5a5d93e
1 changed files with 18 additions and 0 deletions
|
@ -61913,6 +61913,24 @@ (define-public rust-syn-mid-0.5
|
|||
"This package provides the features between \"full\" and \"derive\" of syn.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-syn-test-suite-0.0.0
|
||||
(package
|
||||
(name "rust-syn-test-suite")
|
||||
(version "0.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "syn-test-suite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15yz9q7rgxaplv0zbnanzyv1la4gmg47yq5wlkcwv3cck4qlncdm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments (list #:skip-build? #t))
|
||||
(home-page "https://github.com/dtolnay/syn")
|
||||
(synopsis "Test suite of the syn crate")
|
||||
(description "Test suite of the syn crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-synchronoise-1
|
||||
(package
|
||||
(name "rust-synchronoise")
|
||||
|
|
Loading…
Reference in a new issue