emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54740: closed (Subject: [PATCH] added missing line so clojure finds


From: GNU bug Tracking System
Subject: bug#54740: closed (Subject: [PATCH] added missing line so clojure finds the tools)
Date: Sun, 17 Jul 2022 13:27:02 +0000

Your message dated Sun, 17 Jul 2022 15:26:10 +0200
with message-id <20220717152610.35e2669c@sybil.lepiller.eu>
and subject line Re: [bug#54740] Subject: [PATCH] added missing line so clojure 
finds the tools
has caused the debbugs.gnu.org bug report #54740,
regarding Subject: [PATCH] added missing line so clojure finds the tools
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54740: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54740
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- Subject: Re: [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/"))



--- End Message ---

reply via email to

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