all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Kraai <kraai@ftbfs.org>
To: 46050@debbugs.gnu.org
Cc: Matthew Kraai <kraai@ftbfs.org>
Subject: [bug#46050] [PATCH 3/3] gnu: cl-ppath: Use sbcl-package->cl-source-package.
Date: Sat, 23 Jan 2021 02:19:09 -0800	[thread overview]
Message-ID: <20210123101909.19791-2-kraai@ftbfs.org> (raw)
In-Reply-To: <20210123101909.19791-1-kraai@ftbfs.org>

* gnu/packages/lisp-xyz.scm (cl-ppath): 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 d2e08883db..88e946efae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13284,4 +13284,4 @@ corresponding OS system functions are called.")
   (sbcl-package->ecl-package sbcl-ppath))
 
 (define-public cl-ppath
-  (sbcl-package->ecl-package sbcl-ppath))
+  (sbcl-package->cl-source-package sbcl-ppath))
-- 
2.30.0





  reply	other threads:[~2021-01-23 10:22 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 ` [bug#46050] [PATCH 2/3] gnu: cl-cmd: Use sbcl-package->cl-source-package Matthew Kraai
2021-01-23 10:19   ` Matthew Kraai [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210123101909.19791-2-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 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.