mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add rust-katexit-0.1.
* gnu/packages/crates-graphics.scm (rust-katexit-0.1): New variable. Change-Id: Ie9fdc10ea83d297af6a2e3cd9eb21f0f1e715fcd
This commit is contained in:
parent
e246db24f4
commit
db82c5ce48
1 changed files with 22 additions and 0 deletions
|
@ -2783,6 +2783,28 @@ (define-public rust-jpeg-decoder-0.1
|
|||
("rust-png" ,rust-png-0.16)
|
||||
("rust-walkdir" ,rust-walkdir-2))))))
|
||||
|
||||
(define-public rust-katexit-0.1
|
||||
(package
|
||||
(name "rust-katexit")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "katexit" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1368kfz2cfsqk2sa4gy2cdzy8ynffv24p8wq49y20b6f932084zb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/termoshtt/katexit")
|
||||
(synopsis "Insert KaTeX autorender script into rustdoc")
|
||||
(description
|
||||
"This package provides a @code{KaTeX} autorender script into rustdoc.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-keyframe-1
|
||||
(package
|
||||
(name "rust-keyframe")
|
||||
|
|
Loading…
Reference in a new issue