mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-tectonic-engine-spx2html-0.1: Build package.
* gnu/packages/crates-io.scm (rust-tectonic-engine-spx2html-0.1) [arguments]: Don't skip build. [inputs]: Add zlib. [native-inputs]: Add pkg-config. Change-Id: Ie29843421ccf2a2fa9c9effb30fba826827ffec4
This commit is contained in:
parent
234f5efd21
commit
74b81242f9
1 changed files with 3 additions and 2 deletions
|
@ -74937,8 +74937,7 @@ (define-public rust-tectonic-engine-spx2html-0.1
|
|||
(base32 "15nxgx20x3ii9ksdj2w9jis1qm1rd451kw3jh87ydvwqnzg88f3m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-pinot" ,rust-pinot-0.1)
|
||||
|
@ -74949,6 +74948,8 @@ (define-public rust-tectonic-engine-spx2html-0.1
|
|||
("rust-tectonic-xdv" ,rust-tectonic-xdv-0.2)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-tera" ,rust-tera-1))))
|
||||
(inputs (list zlib))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
(synopsis "Tectonic engine that converts SPX output to HTML")
|
||||
(description "This crate implements the Tectonic engine that converts SPX
|
||||
|
|
Loading…
Reference in a new issue