mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add rust-tectonic-bridge-graphite2-0.2.
* gnu/packages/crates-io.scm (rust-tectonic-bridge-graphite2-0.2): New variable.
This commit is contained in:
parent
7a47922d8c
commit
c80531d298
1 changed files with 24 additions and 0 deletions
|
@ -43159,6 +43159,30 @@ (define-public rust-tectonic-bridge-freetype2-0.2
|
|||
Rust bindings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tectonic-bridge-graphite2-0.2
|
||||
(package
|
||||
(name "rust-tectonic-bridge-graphite2")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_bridge_graphite2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qsq337y4p3z832kmn2xcaj6xh3z6ngr0izn4jgdjrymnsq1ac81"))))
|
||||
(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 the graphite2 library to Rust/Cargo")
|
||||
(description
|
||||
"This crate is part of the Tectonic project. It exposes the C API of the
|
||||
@code{graphite2} ``smart font`` system within the Rust/Cargo build framework,
|
||||
with no Rust bindings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tectonic-bridge-icu-0.2
|
||||
(package
|
||||
(name "rust-tectonic-bridge-icu")
|
||||
|
|
Loading…
Reference in a new issue