gnu: cl-py4cl: Fix path to py4cl.py.

* gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Fix
  'replace-*base-directory*-var' phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Paul A. Patience 2022-04-12 02:08:18 +00:00 committed by Guillaume Le Vaillant
parent d3d2881acf
commit 1f22508a8a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -32,6 +32,7 @@
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2021 Jacob MacDonald <jaccarmac@gmail.com>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -5192,7 +5193,9 @@ (define-public sbcl-py4cl
(string-append
"\""
(assoc-ref outputs "out")
"/share/common-lisp/sbcl-source/py4cl/"
"/share/common-lisp/"
(%lisp-type)
"/py4cl/"
"\""))))))))
(synopsis "Call python from Common Lisp")
(description