ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit 47a5ade049fcde6229f15ca3f6ec5551bf92385b
Author: Pierre Neidhardt <[email protected]>
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