GNU bug report logs - #54740
Subject: [PATCH] added missing line so clojure finds the tools

Previous Next

Package: guix-patches;

Reported by: Nikolai Weidt <weidtn <at> gmail.com>

Date: Tue, 5 Apr 2022 22:02:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikolai Weidt <weidtn <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: 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




This bug report was last modified 2 years and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.