[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: cl-woo: Remove input labels.
From: |
guix-commits |
Subject: |
18/19: gnu: cl-woo: Remove input labels. |
Date: |
Thu, 21 Mar 2024 17:59:32 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 05e860a90a1a2c6a4720a59d79a1a99b90b2d926
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 21:39:43 2024 +0000
gnu: cl-woo: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-woo): Remove input labels.
Change-Id: I5bf9f8d8faaa90e237d11d01d3102533f7318801
---
gnu/packages/lisp-xyz.scm | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 40a7268556..aafc375d5f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21996,24 +21996,23 @@ Common Lisp.")
;; clack-test and dexador.
`(#:tests? #f))
(native-inputs
- `(("clack" ,sbcl-clack)
- ("rove" ,sbcl-rove)))
+ (list sbcl-clack sbcl-rove))
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("bordeaux-threads" ,sbcl-bordeaux-threads)
- ("cffi" ,sbcl-cffi)
- ("cl-speedy-queue" ,sbcl-cl-speedy-queue) ;; Required for ecl build
- ("clack-socket" ,sbcl-clack)
- ("fast-http" ,sbcl-fast-http)
- ("fast-io" ,sbcl-fast-io)
- ("lev" ,sbcl-lev)
- ("quri" ,sbcl-quri)
- ("rove" ,sbcl-rove)
- ("smart-buffer" ,sbcl-smart-buffer)
- ("static-vectors" ,sbcl-static-vectors)
- ("swap-bytes" ,sbcl-swap-bytes)
- ("trivial-utf-8" ,sbcl-trivial-utf-8)
- ("vom" ,sbcl-vom)))
+ (list sbcl-alexandria
+ sbcl-bordeaux-threads
+ sbcl-cffi
+ sbcl-cl-speedy-queue ;; Required for ecl build
+ sbcl-clack
+ sbcl-fast-http
+ sbcl-fast-io
+ sbcl-lev
+ sbcl-quri
+ sbcl-rove
+ sbcl-smart-buffer
+ sbcl-static-vectors
+ sbcl-swap-bytes
+ sbcl-trivial-utf-8
+ sbcl-vom))
(home-page "https://github.com/fukamachi/woo")
(synopsis "Non-blocking HTTP server based on libev")
(description
- 10/19: gnu: Add cl-hunchentoot-errors., (continued)
- 10/19: gnu: Add cl-hunchentoot-errors., guix-commits, 2024/03/21
- 11/19: gnu: Add cl-easy-routes., guix-commits, 2024/03/21
- 13/19: gnu: Add cl-punch., guix-commits, 2024/03/21
- 16/19: gnu: cl-deploy: Remove input labels., guix-commits, 2024/03/21
- 12/19: gnu: Add cl-vgplot., guix-commits, 2024/03/21
- 02/19: gnu: cl-form-types: Update to 0.3.2., guix-commits, 2024/03/21
- 03/19: gnu: Add cl-arrow-macros., guix-commits, 2024/03/21
- 17/19: gnu: cl-clack: Refresh package style., guix-commits, 2024/03/21
- 19/19: gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05., guix-commits, 2024/03/21
- 15/19: gnu: cl-generic-cl: Refresh package style., guix-commits, 2024/03/21
- 18/19: gnu: cl-woo: Remove input labels.,
guix-commits <=
- 04/19: gnu: Add cl-trivial-utilities., guix-commits, 2024/03/21
- 05/19: gnu: Add cl-trivial-monitored-thread., guix-commits, 2024/03/21
- 14/19: gnu: Add cl-ciel., guix-commits, 2024/03/21