mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05: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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue