mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add rust-cxx-test-suite-0.0.
* gnu/packages/crates-io.scm (rust-cxx-test-suite-0.0): New variable.
This commit is contained in:
parent
e6e350e6e3
commit
2dc2c232cb
1 changed files with 20 additions and 0 deletions
|
@ -6370,6 +6370,26 @@ (define-public rust-custom-derive-0.1
|
||||||
attributes.")
|
attributes.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-cxx-test-suite-0.0.0
|
||||||
|
(package
|
||||||
|
(name "rust-cxx-test-suite")
|
||||||
|
(version "0.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cxx-test-suite" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pkf4ay1210g9wqyqhkgvlcsv4i6kgdcmgnh19mrymylznv7pcal"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t)) ; Not meant to be built independantly.
|
||||||
|
(home-page "https://github.com/dtolnay/cxx")
|
||||||
|
(synopsis "Test suite of the cxx crate")
|
||||||
|
(description "This package provides the test suite of the cxx crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-darling-0.10
|
(define-public rust-darling-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-darling")
|
(name "rust-darling")
|
||||||
|
|
Loading…
Reference in a new issue