* [bug#39454] [PATCH] gnu: Add rust-lscolors.
@ 2020-02-06 16:29 Tanguy Le Carrour
2020-02-08 19:26 ` bug#39454: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-02-06 16:29 UTC (permalink / raw)
To: 39454; +Cc: Tanguy Le Carrour
* gnu/packages/crates-io.scm (rust-lscolors-0.6): New variable.
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a48d614df5..0c6a51f233 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6087,6 +6087,31 @@ functions and static variables these libraries contain.")
(description "Model checker for concurrent code.")
(license license:expat)))
+(define-public rust-lscolors-0.6
+ (package
+ (name "rust-lscolors")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lscolors" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-ansi-term" ,rust-ansi-term-0.12))))
+ (home-page "https://github.com/sharkdp/lscolors")
+ (synopsis "A cross-platform library for colorizing paths")
+ (description
+ "A cross-platform library for colorizing paths according to
+the LS_COLORS environment variable (like ls).")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-lzma-sys-0.1
(package
(name "rust-lzma-sys")
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-08 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 16:29 [bug#39454] [PATCH] gnu: Add rust-lscolors Tanguy Le Carrour
2020-02-08 19:26 ` bug#39454: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.