guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54740: Subject: [PATCH] added missing line so clojure finds the tool


From: Julien Lepiller
Subject: bug#54740: Subject: [PATCH] added missing line so clojure finds the tools
Date: Sun, 17 Jul 2022 15:26:10 +0200

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@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/"))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]