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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54740 in the body.
You can then email your comments to 54740 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54740; Package guix-patches. (Tue, 05 Apr 2022 22:02:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nikolai Weidt <weidtn <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Apr 2022 22:02:02 GMT) Full text and rfc822 format available.

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




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Sun, 17 Jul 2022 13:27:02 GMT) Full text and rfc822 format available.

Notification sent to Nikolai Weidt <weidtn <at> gmail.com>:
bug acknowledged by developer. (Sun, 17 Jul 2022 13:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 54740-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Nikolai Weidt <weidtn <at> gmail.com>
Cc: 54740-done <at> debbugs.gnu.org
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 <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/"))





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 Aug 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 255 days ago.

Previous Next


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