mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add rust-color-print-0.3.
* gnu/packages/crates-io.scm (rust-color-print-0.3): New variable.
This commit is contained in:
parent
2a7b17dba6
commit
99a27c672e
1 changed files with 23 additions and 0 deletions
|
@ -12489,6 +12489,29 @@ (define-public rust-coitrees-0.2
|
||||||
sets of intervals.")
|
sets of intervals.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-color-print-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-color-print")
|
||||||
|
(version "0.3.4")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "color-print" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1l26nrk0w21kzh7hs15wfqs7lm80xbngwl46jra8ar6q9r8fd9gj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-color-print-proc-macro" ,rust-color-print-proc-macro-0.3)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-terminfo" ,rust-terminfo-0.7))))
|
||||||
|
(home-page "https://gitlab.com/yolenoyer/color-print")
|
||||||
|
(synopsis "Colorize and stylize strings at compile-time")
|
||||||
|
(description
|
||||||
|
"Colorize and stylize strings at compile-time, by using an HTML-like syntax.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-color-print-proc-macro-0.3
|
(define-public rust-color-print-proc-macro-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-color-print-proc-macro")
|
(name "rust-color-print-proc-macro")
|
||||||
|
|
Loading…
Reference in a new issue