mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Add rust-tectonic-bridge-freetype2-0.2.
* gnu/packages/crates-io.scm (rust-tectonic-bridge-freetype2-0.2): New variable.
This commit is contained in:
parent
75b521ca23
commit
2e923d8d8b
1 changed files with 24 additions and 0 deletions
|
@ -43109,6 +43109,30 @@ (define-public rust-target-lexicon-0.10
|
|||
"Targeting utilities for compilers and related tools")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-tectonic-bridge-freetype2-0.2
|
||||
(package
|
||||
(name "rust-tectonic-bridge-freetype2")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_bridge_freetype2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vnn6c4cp1qaqnr74bi9mzh25l6dxi8h753lqrfkqz5wb57fv29b"))))
|
||||
(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 FreeType2 library C APIs to Rust/Cargo")
|
||||
(description
|
||||
"This crate is part of the Tectonic project. It exposes the C API of the
|
||||
FreeType font rendering engine within the Rust/Cargo build framework, with no
|
||||
Rust bindings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tectonic-cfg-support-0.1
|
||||
(package
|
||||
(name "rust-tectonic-cfg-support")
|
||||
|
|
Loading…
Reference in a new issue