mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: clojure-tools: Install tools.
When installing clojure-tools, clojure still had no access to the tools because they were not installed. * gnu/packages/clojure.scm (clojure-tools)[arguments]: Install `tools.edn'. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
2b29176f78
commit
25354b5874
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ designs.")
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
'(("deps.edn" "lib/clojure/")
|
'(("deps.edn" "lib/clojure/")
|
||||||
("example-deps.edn" "lib/clojure/")
|
("example-deps.edn" "lib/clojure/")
|
||||||
|
("tools.edn" "lib/clojure/")
|
||||||
("exec.jar" "lib/clojure/libexec/")
|
("exec.jar" "lib/clojure/libexec/")
|
||||||
("clojure" "bin/")
|
("clojure" "bin/")
|
||||||
("clj" "bin/"))
|
("clj" "bin/"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue