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:
Nicolas Goaziou 2021-06-08 00:02:34 +02:00
parent 74d624769e
commit d1c1b35389
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")