mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-tectonic-io-base-0.2.
* gnu/packages/crates-io.scm (rust-tectonic-io-base-0.2): New variable.
This commit is contained in:
parent
74d624769e
commit
d1c1b35389
1 changed files with 30 additions and 0 deletions
|
@ -43353,6 +43353,36 @@ (define-public rust-tectonic-geturl-0.2
|
|||
interface for fetching URLs using one of several HTTP backends.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tectonic-io-base-0.2
|
||||
(package
|
||||
(name "rust-tectonic-io-base")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_io_base" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rjgizhprm6kc2qzsnwpgbf1n2wjfjfjnc1n3ykzia30csypdrfd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-flate2" ,rust-flate2-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
|
||||
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
(synopsis "Basic types for Tectonic's pluggable I/O backend system")
|
||||
(description
|
||||
"This crate is part of the Tectonic project. It provides basic
|
||||
types for Tectonic's pluggable I/O backend system, with
|
||||
implementations for @code{std} I/O types as well as @code{flate2} gzip
|
||||
streams.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tectonic-status-base-0.1
|
||||
(package
|
||||
(name "rust-tectonic-status-base")
|
||||
|
|
Loading…
Reference in a new issue