From: Matthew Kraai <kraai@ftbfs.org>
To: 46050@debbugs.gnu.org
Cc: Matthew Kraai <kraai@ftbfs.org>
Subject: [bug#46050] [PATCH 2/3] gnu: cl-cmd: Use sbcl-package->cl-source-package.
Date: Sat, 23 Jan 2021 02:19:08 -0800 [thread overview]
Message-ID: <20210123101909.19791-1-kraai@ftbfs.org> (raw)
In-Reply-To: <20210123101635.19672-1-kraai@ftbfs.org>
* gnu/packages/lisp-xyz.scm (cl-cmd): Use sbcl-package->cl-source-package.
---
gnu/packages/lisp-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7f5dfaddbc..d2e08883db 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13241,7 +13241,7 @@ be usable from multi-threaded programs.")
(sbcl-package->ecl-package sbcl-cmd))
(define-public cl-cmd
- (sbcl-package->ecl-package sbcl-cmd))
+ (sbcl-package->cl-source-package sbcl-cmd))
(define-public sbcl-ppath
(let ((commit "eb1a8173b4d1d691ea9a7699412123462f58c3ce"))
--
2.30.0
next prev parent reply other threads:[~2021-01-23 10:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-23 10:16 [bug#46050] [PATCH 1/3] gnu: sbcl-cmd: Remove dead code Matthew Kraai
2021-01-23 10:19 ` Matthew Kraai [this message]
2021-01-23 10:19 ` [bug#46050] [PATCH 3/3] gnu: cl-ppath: Use sbcl-package->cl-source-package Matthew Kraai
2021-01-23 13:28 ` bug#46050: [PATCH 1/3] gnu: sbcl-cmd: Remove dead code Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210123101909.19791-1-kraai@ftbfs.org \
--to=kraai@ftbfs.org \
--cc=46050@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).