mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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 @@ (define-public rust-tectonic-engine-spx2html-0.1
|
|||
(define-public rust-tectonic-engine-xetex-0.4
|
||||
(package
|
||||
(name "rust-tectonic-engine-xetex")
|
||||
(version "0.4.1")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_engine_xetex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ckx9sg1nwyghg7142zk5x75g32f4s19psk6c50y0n0ikf5xq9sd"))))
|
||||
(base32 "1hkby5n9hsyzxkgmwzp2xdm0n53f7rp0vs198ns8zgxy5rvl8xv8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -74986,6 +74986,7 @@ (define-public rust-tectonic-engine-xetex-0.4
|
|||
(list fontconfig
|
||||
freetype
|
||||
graphite2
|
||||
harfbuzz
|
||||
icu4c
|
||||
zlib))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
|
|
Loading…
Reference in a new issue