all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54740] Subject: [PATCH] added missing line so clojure finds the tools
@ 2022-04-05 21:32 Nikolai Weidt
  2022-07-17 13:26 ` bug#54740: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolai Weidt @ 2022-04-05 21:32 UTC (permalink / raw)
  To: 54740

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54740: Subject: [PATCH] added missing line so clojure finds the tools
  2022-04-05 21:32 [bug#54740] Subject: [PATCH] added missing line so clojure finds the tools Nikolai Weidt
@ 2022-07-17 13:26 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2022-07-17 13:26 UTC (permalink / raw)
  To: Nikolai Weidt; +Cc: 54740-done

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-17 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 21:32 [bug#54740] Subject: [PATCH] added missing line so clojure finds the tools Nikolai Weidt
2022-07-17 13:26 ` bug#54740: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.