mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-tectonic-xetex-layout-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-tectonic-xetex-layout-0.2): Update to 0.2.3. [inputs]: Add harfbuzz. Change-Id: I924e7dd3e9d899c0f12eb2462f693dced4809b4b
This commit is contained in:
parent
68d528475f
commit
caaede2bba
1 changed files with 3 additions and 2 deletions
|
@ -75265,14 +75265,14 @@ (define-public rust-tectonic-xdv-0.2
|
|||
(define-public rust-tectonic-xetex-layout-0.2
|
||||
(package
|
||||
(name "rust-tectonic-xetex-layout")
|
||||
(version "0.2.1")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_xetex_layout" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "102z52hhazz2b2qsbr93dn2y4q0103s548ixzws40il7imzg99ly"))))
|
||||
(base32 "0n7wlmxzcn78gvidrqmc9vbrim1zlwsfj4d7qhpj5fspxpsi24b2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -75290,6 +75290,7 @@ (define-public rust-tectonic-xetex-layout-0.2
|
|||
(list fontconfig
|
||||
freetype
|
||||
graphite2
|
||||
harfbuzz
|
||||
icu4c
|
||||
zlib))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
|
|
Loading…
Reference in a new issue