guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/38: ansi-text (FIX)


From: Pierre Neidhardt
Subject: 23/38: ansi-text (FIX)
Date: Tue, 2 Oct 2018 14:00:12 -0400 (EDT)

ambrevar pushed a commit to branch wip-next-browser
in repository guix.

commit d514aac018ae7b488a08fc3eeca12c5278f8ad61
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 1 22:35:30 2018 +0200

    ansi-text (FIX)
---
 gnu/packages/lisp.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f45f8a6..6b5f06c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2421,11 +2421,16 @@ This library is no longer supported by its author.")
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)
-         ("fiveam" ,sbcl-fiveam)
          ("cl-colors" ,sbcl-cl-colors)))
-      (synopsis "Enables ANSI colors for printing")
+      (native-inputs
+       `(("fiveam" ,sbcl-fiveam)))
+      (synopsis "ANSI terminal color implementation for Common Lisp")
       (description
-       "Because color in your terminal is nice.")
+       "@command{cl-ansi-text} provides utilities which enable printing to an
+ANSI terminal with colored text.  It provides the macro @command{with-color}
+which causes everything printed in the body to be displayed with the provided
+color.  It further provides functions which will print the argument with the
+named color.")
       (home-page "https://github.com/pnathan/cl-ansi-text";)
       ;; REVIEW: The actual license is LLGPL.  Should we add it to Guix?
       (license license:lgpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]