diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-29 14:13:19 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-29 15:05:24 +0300 |
| commit | eb34db03ee217a66be7f4c090b0f91e9b292ea64 (patch) | |
| tree | 45ae8af3671ce049d8e5a7207f19a5ba601977b3 /gnu | |
| parent | ec3bbde43e79a884f58f5bf59de58c0de8cf0442 (diff) | |
gnu: Add rust-clicolors-control.
* gnu/packages/crates-io.scm (rust-clicolors-control): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ce4893acabe..764cf7a9066 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -203,6 +203,32 @@ depending on a large number of #[cfg] parameters. Structured like an | |||
| 203 | (license (list license:asl2.0 | 203 | (license (list license:asl2.0 |
| 204 | license:expat)))) | 204 | license:expat)))) |
| 205 | 205 | ||
| 206 | (define-public rust-clicolors-control | ||
| 207 | (package | ||
| 208 | (name "rust-clicolors-control") | ||
| 209 | (version "1.0.0") | ||
| 210 | (source | ||
| 211 | (origin | ||
| 212 | (method url-fetch) | ||
| 213 | (uri (crate-uri "clicolors-control" version)) | ||
| 214 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 215 | (sha256 | ||
| 216 | (base32 | ||
| 217 | "1y80cgarxhrd1bz5yjm81r444v6flvy36aaxrrsac0yhfd6gvavk")))) | ||
| 218 | (build-system cargo-build-system) | ||
| 219 | (arguments | ||
| 220 | `(#:cargo-inputs | ||
| 221 | (("rust-atty" ,rust-atty) | ||
| 222 | ("rust-lazy-static" ,rust-lazy-static) | ||
| 223 | ("rust-libc" ,rust-libc) | ||
| 224 | ("rust-winapi" ,rust-winapi)))) | ||
| 225 | (home-page "https://github.com/mitsuhiko/clicolors-control") | ||
| 226 | (synopsis "Common utility library to control CLI colorization") | ||
| 227 | (description | ||
| 228 | "This package provides a common utility library to control CLI | ||
| 229 | colorization.") | ||
| 230 | (license license:expat))) | ||
| 231 | |||
| 206 | (define-public rust-cloudabi | 232 | (define-public rust-cloudabi |
| 207 | (package | 233 | (package |
| 208 | (name "rust-cloudabi") | 234 | (name "rust-cloudabi") |
