mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-color-backtrace-0.5.
* gnu/packages/crates-io.scm (rust-color-backtrace-0.5): New variable. Change-Id: I0bfbd0af3af9fbc4a3f6df504799bc89b697376e
This commit is contained in:
parent
8bb4b08ebf
commit
7eece8eeb4
1 changed files with 22 additions and 0 deletions
|
@ -12603,6 +12603,28 @@ (define-public rust-coitrees-0.2
|
|||
sets of intervals.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-color-backtrace-0.5
|
||||
(package
|
||||
(name "rust-color-backtrace")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "color-backtrace" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11fn3snykx90w3nznzrcf4r164zmhk790asx0kzryf4r7i308v6d"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-atty" ,rust-atty-0.2)
|
||||
("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-termcolor" ,rust-termcolor-1))))
|
||||
(home-page "https://github.com/athre0z/color-backtrace")
|
||||
(synopsis "Colorful panic backtraces")
|
||||
(description "This package provides colorful panic backtraces.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-color-eyre-0.6
|
||||
(package
|
||||
(name "rust-color-eyre")
|
||||
|
|
Loading…
Reference in a new issue