mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add rust-tectonic-bridge-icu-0.2.
* gnu/packages/crates-io.scm (rust-tectonic-bridge-icu-0.2): New variable.
This commit is contained in:
parent
66a252ef09
commit
7a47922d8c
1 changed files with 24 additions and 0 deletions
|
@ -43159,6 +43159,30 @@ (define-public rust-tectonic-bridge-freetype2-0.2
|
||||||
Rust bindings.")
|
Rust bindings.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-tectonic-bridge-icu-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-tectonic-bridge-icu")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "tectonic_bridge_icu" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0kbqi4gn26ymjxlg912p1f2v9rb8a39fr3mvpg2j2hm503vh4dj5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-tectonic-dep-support" ,rust-tectonic-dep-support-0.1))))
|
||||||
|
(home-page "https://tectonic-typesetting.github.io/")
|
||||||
|
(synopsis "Expose a subset of the ICU Unicode APIs to Rust/Cargo")
|
||||||
|
(description
|
||||||
|
"This crate is part of the Tectonic project. It exposes the C API of the
|
||||||
|
@code{ICU4C} Unicode library the Rust/Cargo build framework, with no Rust
|
||||||
|
bindings.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-tectonic-cfg-support-0.1
|
(define-public rust-tectonic-cfg-support-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-cfg-support")
|
(name "rust-tectonic-cfg-support")
|
||||||
|
|
Loading…
Reference in a new issue