[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
- 11/38: gnu: Add prove., (continued)
- 11/38: gnu: Add prove., Pierre Neidhardt, 2018/10/02
- 05/38: gnu: Add anaphora., Pierre Neidhardt, 2018/10/02
- 13/38: gnu: Add parse-float., Pierre Neidhardt, 2018/10/02
- 10/38: gnu: Add prove-asdf., Pierre Neidhardt, 2018/10/02
- 07/38: gnu: Add let-plus., Pierre Neidhardt, 2018/10/02
- 09/38: gnu: Add cl-ansi-text., Pierre Neidhardt, 2018/10/02
- 12/38: gnu: Add proc-parse., Pierre Neidhardt, 2018/10/02
- 18/38: build-system/asdf (FIX), Pierre Neidhardt, 2018/10/02
- 20/38: lift (FIX), Pierre Neidhardt, 2018/10/02
- 28/38: gnu: Add queues., Pierre Neidhardt, 2018/10/02
- 21/38: let-plus (FIX),
Pierre Neidhardt <=
- 24/38: prove-asdf (FIX), Pierre Neidhardt, 2018/10/02
- 29/38: gnu: Add queues.simple-queue., Pierre Neidhardt, 2018/10/02
- 17/38: build-system/asdf: Handle all asdf dependency specifications., Pierre Neidhardt, 2018/10/02
- 06/38: gnu: Add lift., Pierre Neidhardt, 2018/10/02
- 31/38: gnu: Add queues.priority-queue., Pierre Neidhardt, 2018/10/02
- 08/38: gnu: Add cl-colors., Pierre Neidhardt, 2018/10/02
- 15/38: cl-string-match (FIX), Pierre Neidhardt, 2018/10/02
- 19/38: anaphora (FIX), Pierre Neidhardt, 2018/10/02
- 14/38: gnu: Add simple-scanf., Pierre Neidhardt, 2018/10/02
- 30/38: gnu: Add queues.simple-cqueue., Pierre Neidhardt, 2018/10/02