mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-tectonic-status-base-0.1.
* gnu/packages/crates-io.scm (rust-tectonic-status-base-0.1): New variable.
This commit is contained in:
parent
834a07d408
commit
b83831fe6b
1 changed files with 23 additions and 0 deletions
|
@ -43174,6 +43174,29 @@ (define-public rust-tectonic-errors-0.1
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1))))))
|
(("rust-anyhow" ,rust-anyhow-1))))))
|
||||||
|
|
||||||
|
(define-public rust-tectonic-status-base-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-tectonic-status-base")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "tectonic_status_base" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0pdyva28cdrak2jcmw0i9blf3imyfg04h3dhg8zfn96s578wp000"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-tectonic-errors" ,rust-tectonic-errors-0.1))))
|
||||||
|
(home-page "https://tectonic-typesetting.github.io/")
|
||||||
|
(synopsis "Basic types for reporting status messages to a user")
|
||||||
|
(description
|
||||||
|
"This crate is part of the Tectonic project. It provides a basic
|
||||||
|
types for reporting status messages to a user.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-tectonic-xdv-0.1
|
(define-public rust-tectonic-xdv-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-xdv")
|
(name "rust-tectonic-xdv")
|
||||||
|
|
Loading…
Reference in a new issue