[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54740] Subject: [PATCH] added missing line so clojure finds the too
From: |
Nikolai Weidt |
Subject: |
[bug#54740] Subject: [PATCH] added missing line so clojure finds the tools |
Date: |
Tue, 5 Apr 2022 23:32:46 +0200 |
When installing clojure-tools, clojure still had no access to the
tools. A line was missing in the definition.
---
gnu/packages/clojure.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e6eb749501..c8157bfdcd 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -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/"))
--
2.35.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#54740] Subject: [PATCH] added missing line so clojure finds the tools,
Nikolai Weidt <=