~ruther/guix-local

192d47bacf01ddc94fcc491ed205e20f806180bc — Guillaume Le Vaillant 1 year, 11 months ago 803f9d3
gnu: clasp-cl: Don't clutter lib and share directories.

* gnu/packages/lisp.scm (clasp-cl)[arguments]: Fix paths for lib and share
  directories.

Change-Id: I3ec487c5387c720328d24d33497e414b3aec4143
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +2 -2
@@ 429,8 429,8 @@ interface.")
                       "--reproducible-build"
                       "--package-path=/"
                       (string-append "--bin-path=" out "/bin")
                       (string-append "--lib-path=" out "/lib")
                       (string-append "--share-path=" out "/share")))))
                       (string-append "--lib-path=" out "/lib/clasp")
                       (string-append "--share-path=" out "/share/clasp")))))
         (replace 'build
           (lambda* _
             (invoke "ninja" "-C" "build")))