mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
803f9d3038
commit
192d47bacf
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue