GNU bug report logs -
#52327
[PATCH] gnu: Add vivid.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 6 Dec 2021 10:25:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 11 Dec 2021 15:47:11 +0100
with message-id <87fsqzqjv4.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#52327] [PATCH] gnu: Add vivid.
has caused the debbugs.gnu.org bug report #52327,
regarding [PATCH] gnu: Add vivid.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
52327: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52327
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Guixers,
Here is vivid, a fancy LS_COLORS manager.
all best,
jgart
* gnu/packages/rust-apps.scm (vivid): New variable.
---
gnu/packages/rust-apps.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5ec42201ce..7155be5306 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -809,6 +809,31 @@ (define-public rust-cbindgen-0.12
(base32
"13jzbmjz1bmmfr0i80hw6ar484mgabx3hbpb2ynhk0ddqi0yr58m"))))))
+(define-public vivid
+ (package
+ (name "vivid")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "vivid" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01fds6dm19bqgqydaa6n051v9l4wh9rb5d6sr9akwp2cc0fs43b7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-ansi-colours" ,rust-ansi-colours-1)
+ ("rust-clap" ,rust-clap-2)
+ ("rust-dirs" ,rust-dirs-3)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-rust-embed" ,rust-rust-embed-5)
+ ("rust-yaml-rust" ,rust-yaml-rust-0.4))))
+ (home-page "https://github.com/sharkdp/vivid")
+ (synopsis "LS_COLORS manager")
+ (description "@code{LS_COLORS} manager with multiple themes")
+ (license (list license:expat license:asl2.0))))
+
(define-public sniffglue
(package
(name "sniffglue")
--
2.34.0
[Message part 3 (message/rfc822, inline)]
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
>
> Here is vivid, a fancy LS_COLORS manager.
Thank you.
I fixed indentation, vastly expounded description, and moved the
definition to its somewhat alphabetical order location.
Applied.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.