gnu: rust-tectonic-engine-xetex-0.4: Update to 0.4.3.
* gnu/packages/crates-io.scm (rust-tectonic-engine-xetex-0.4): Update to 0.4.3. [inputs]: Add harfbuzz. Change-Id: Ie44b95311ede5ac009fcf8695245f1bb640b8045
This commit is contained in:
parent
74b81242f9
commit
a7a920d82c
1 changed files with 3 additions and 2 deletions
|
@ -74959,14 +74959,14 @@ output to HTML.")
|
||||||
(define-public rust-tectonic-engine-xetex-0.4
|
(define-public rust-tectonic-engine-xetex-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-engine-xetex")
|
(name "rust-tectonic-engine-xetex")
|
||||||
(version "0.4.1")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "tectonic_engine_xetex" version))
|
(uri (crate-uri "tectonic_engine_xetex" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ckx9sg1nwyghg7142zk5x75g32f4s19psk6c50y0n0ikf5xq9sd"))))
|
(base32 "1hkby5n9hsyzxkgmwzp2xdm0n53f7rp0vs198ns8zgxy5rvl8xv8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -74986,6 +74986,7 @@ output to HTML.")
|
||||||
(list fontconfig
|
(list fontconfig
|
||||||
freetype
|
freetype
|
||||||
graphite2
|
graphite2
|
||||||
|
harfbuzz
|
||||||
icu4c
|
icu4c
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "https://tectonic-typesetting.github.io/")
|
(home-page "https://tectonic-typesetting.github.io/")
|
||||||
|
|
Reference in a new issue