mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-cxxbridge-flags-0.5.
* gnu/packages/crates-io.scm (rust-cxxbridge-flags-0.5): New variable.
This commit is contained in:
parent
2dc2c232cb
commit
77b8a679f0
1 changed files with 20 additions and 0 deletions
|
@ -6390,6 +6390,26 @@ attributes.")
|
||||||
(description "This package provides the test suite of the cxx crate.")
|
(description "This package provides the test suite of the cxx crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-darling-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-darling")
|
(name "rust-darling")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue