mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove rust-color-backtrace-0.5.
* gnu/packages/crates-io.scm (rust-color-backtrace-0.5): Delete variable.
This commit is contained in:
parent
2740a9a482
commit
8289bf5c6b
1 changed files with 0 additions and 24 deletions
|
@ -11950,30 +11950,6 @@ (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-quant-1
|
||||
(package
|
||||
(name "rust-color-quant")
|
||||
|
|
Loading…
Reference in a new issue