GNU bug report logs -
#69363
Add gitui
Previous Next
Reported by: András Vöröskői <voroskoi <at> gmail.com>
Date: Sat, 24 Feb 2024 20:26:01 UTC
Severity: normal
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 69363 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-wezterm-color-types-0.2): New variable.
Change-Id: Id0bbbb3a611078188bd0c9e357092a7803a2e3d7
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 281bc1fcf6..cf1dc69790 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78237,6 +78237,29 @@ (define-public rust-wezterm-bidi-0.2
(description "The Unicode Bidi Algorithm (UBA).")
(license (list license:expat))))
+(define-public rust-wezterm-color-types-0.2
+ (package
+ (name "rust-wezterm-color-types")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wezterm-color-types" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xvphmrqgg69v9l879xj5lq010z13f5ixi854ykmny6j7m47lvjc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-csscolorparser" ,rust-csscolorparser-0.6)
+ ("rust-deltae" ,rust-deltae-0.3)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-wezterm-dynamic" ,rust-wezterm-dynamic-0.1))))
+ (home-page "https://github.com/wez/wezterm")
+ (synopsis "types for colors")
+ (description "Types for working with colors.")
+ (license license:expat)))
+
(define-public rust-wezterm-dynamic-0.2
(package
(name "rust-wezterm-dynamic")
--
2.41.0
This bug report was last modified 1 year and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.