gnu: Add rust-cxxbridge-flags-0.5.

* gnu/packages/crates-io.scm (rust-cxxbridge-flags-0.5): New variable.
This commit is contained in:
Efraim Flashner 2021-01-03 12:06:05 +02:00
parent 2dc2c232cb
commit 77b8a679f0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6390,6 +6390,26 @@ (define-public rust-cxx-test-suite-0.0.0
(description "This package provides the test suite of the cxx crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-cxxbridge-flags-0.5
(package
(name "rust-cxxbridge-flags")
(version "0.5.10")
(source
(origin
(method url-fetch)
(uri (crate-uri "cxxbridge-flags" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jfwsm85s5kalgqbqlg1kq79zcb5zwk375h0qw7ycz5i6v3c8j0k"))))
(build-system cargo-build-system)
(home-page "https://github.com/dtolnay/cxx")
(synopsis "Compiler configuration of the `cxx` crate")
(description "This package provides a compiler configuration of the `cxx`
crate (implementation detail).")
(license (list license:expat license:asl2.0))))
(define-public rust-darling-0.10
(package
(name "rust-darling")