unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 54875@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.
Date: Tue, 12 Apr 2022 02:08:18 +0000	[thread overview]
Message-ID: <20220412020807.35559-1-paul@apatience.com> (raw)

* gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Fix the path which
replaces py4cl/config:*base-directory*.
---

Hello,

This patch fixes the problem with sbcl-py4cl, but I suspect that the cl-py4cl
and ecl-py4cl packages were and remain broken, as the paths are different; for
example, cl-py4cl's py4cl.py is located in
/STORE-PATH/share/common-lisp/source/cl-py4cl/py4cl.py.
Unfortunately, I'm not sure how to address that in the package definition.

 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 358bba4e89..b356c96f84 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5192,7 +5192,7 @@ (define-public sbcl-py4cl
                   (string-append
                    "\""
                    (assoc-ref outputs "out")
-                   "/share/common-lisp/sbcl-source/py4cl/"
+                   "/share/common-lisp/sbcl/py4cl/"
                    "\""))))))))
       (synopsis "Call python from Common Lisp")
       (description
--
2.35.1






             reply	other threads:[~2022-04-12  2:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12  2:08 Paul A. Patience [this message]
2022-04-12 12:05 ` bug#54875: [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py 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=20220412020807.35559-1-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=54875@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).