* [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.
@ 2022-04-12 2:08 Paul A. Patience
2022-04-12 12:05 ` bug#54875: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-04-12 2:08 UTC (permalink / raw)
To: 54875; +Cc: Paul A. Patience
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54875: [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.
2022-04-12 2:08 [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py Paul A. Patience
@ 2022-04-12 12:05 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-12 12:05 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 54875-done
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
Patch pushed as 1f22508a8a973a20cf33ba1d7f0869ada8258617, with the
hardcoded "sbcl" replaced by a call to the '%lisp-type' function which
should do the right thing.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-12 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12 2:08 [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py Paul A. Patience
2022-04-12 12:05 ` bug#54875: " Guillaume Le Vaillant
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.