all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73147] [PATCH] gnu: cl-lack: add missing ASD system lack-util-writer-stream
@ 2024-09-09 14:11 Konrad Hinsen
  2024-09-09 21:20 ` bug#73147: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2024-09-09 14:11 UTC (permalink / raw)
  To: 73147

* gnu/packages/lisp-xyz.scm (cl-lack, ecl-lack, sbcl-lack): Add
lack-util-write-stream to the list of ASD systems to ensure that
it gets compiled.

Change-Id: Ife13aea3b2171295e5f95d00ab4c035283b7f96e
---
 gnu/packages/lisp-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6ed8e871c1..2bd7d18202 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18508,6 +18508,7 @@ (define-public sbcl-lack
                          "lack-response"
                          "lack-component"
                          "lack-util"
+                         "lack-util-writer-stream"
                          "lack-middleware-backtrace"
                          "lack-middleware-static")
          ;; XXX: Component :CLACK not found

base-commit: b82c8ceae14d5d0f4584452f34f5103ffd0e0f8d
-- 
2.45.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-09 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 14:11 [bug#73147] [PATCH] gnu: cl-lack: add missing ASD system lack-util-writer-stream Konrad Hinsen
2024-09-09 21:20 ` bug#73147: " jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.