nongnu: clojure-tools: Install tools.tools integration.

* nongnu/packages/clojure.scm (clojure-tools)[arguments]: Adjust install-plan
to install tools.edn.
This commit is contained in:
Jelle Licht 2021-08-01 22:43:29 +02:00
parent e906ec0736
commit bdad9592bb
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -44,6 +44,7 @@
`(#:install-plan
'(("deps.edn" "lib/clojure/")
("example-deps.edn" "lib/clojure/")
("tools.edn" "lib/clojure/")
("exec.jar" "lib/clojure/libexec/")
(,(string-append "clojure-tools-" version ".jar") "lib/clojure/libexec/")
("clojure" "bin/")