GNU bug report logs -
#54740
Subject: [PATCH] added missing line so clojure finds the tools
Previous Next
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 #10 received at 54740-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master as 25354b58742fcd9881a26f10623e7cd24f72420d, thanks!
I had to change the subject line and and Changelog part of the commit
message to match our standards.
Le Tue, 5 Apr 2022 23:32:46 +0200,
Nikolai Weidt <weidtn <at> gmail.com> a écrit :
> 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/"))
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.