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:
Efraim Flashner 2024-03-16 22:00:02 +02:00
parent 8bb4b08ebf
commit 7eece8eeb4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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