mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add rust-display-error-chain@0.2.2.
* gnu/packages/crates-io.scm (rust-display-error-chain-0.2): New variable. Change-Id: I02891efb91eca723a88a516b6846b3fc8d8590d2
This commit is contained in:
parent
81a2b993de
commit
71ec293017
1 changed files with 20 additions and 0 deletions
|
@ -24865,6 +24865,26 @@ deserialized from environment variables.")
|
|||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-str-buf" ,rust-str-buf-1))))))
|
||||
|
||||
(define-public rust-display-error-chain-0.2
|
||||
(package
|
||||
(name "rust-display-error-chain")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "display-error-chain" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xbcilzyfc8n60vjkmsf8v53kw855xw68jh69hpza6dwhrp19hhb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t))
|
||||
(home-page "https://github.com/mexus/display-error-chain.git")
|
||||
(synopsis "Formats a standard error and its sources")
|
||||
(description
|
||||
"This package provides a way to format a standard error and its sources.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-escape8259-0.5
|
||||
(package
|
||||
(name "rust-escape8259")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue