guix-commits
[Top][All Lists]
Advanced

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

21/38: let-plus (FIX)


From: Pierre Neidhardt
Subject: 21/38: let-plus (FIX)
Date: Tue, 2 Oct 2018 14:00:12 -0400 (EDT)

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

commit 47a5ade049fcde6229f15ca3f6ec5551bf92385b
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 1 22:34:55 2018 +0200

    let-plus (FIX)
---
 gnu/packages/lisp.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 0e4062d..45f3d5c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2340,13 +2340,13 @@ supports randomized testing, benchmarking, profiling, 
and reporting.")
       (inputs
        `(("alexandria" ,sbcl-alexandria)
          ("anaphora" ,sbcl-anaphora)))
-      (arguments
-       ;; Tests require the "LIFT" library.
-       `(#:tests? #f))
+      (native-inputs
+       `(("lift" ,sbcl-lift)))
       (synopsis "Destructuring extension of let*")
       (description
        "This library implements the let+ macro, which is a dectructuring
-extension of let*.  Highlights:
+extension of let*.  It features:
+
 @itemize
 @item Clean, consistent syntax and small implementation (less than 300 LOC, 
not counting tests)
 @item Placeholder macros allow editor hints and syntax highlighting



reply via email to

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