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:
Nikolai Weidt 2022-04-05 23:32:46 +02:00 committed by Julien Lepiller
parent 2b29176f78
commit 25354b5874
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -170,6 +170,7 @@ (define-public clojure-tools
`(#:install-plan
'(("deps.edn" "lib/clojure/")
("example-deps.edn" "lib/clojure/")
("tools.edn" "lib/clojure/")
("exec.jar" "lib/clojure/libexec/")
("clojure" "bin/")
("clj" "bin/"))