mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
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:
parent
e906ec0736
commit
bdad9592bb
1 changed files with 1 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue