me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 4 additions and 1 deletions

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 @@ port within a range.")
(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