mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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:
parent
d3d2881acf
commit
1f22508a8a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue