all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolai Weidt <weidtn@gmail.com>
To: 54740@debbugs.gnu.org
Subject: [bug#54740] Subject: [PATCH] added missing line so clojure finds the tools
Date: Tue, 5 Apr 2022 23:32:46 +0200	[thread overview]
Message-ID: <CAEQdnSq-yGHLQyLTf5QFN_Lo6XtR_+xFVJvb-QFXSGPs6fd5Lw@mail.gmail.com> (raw)

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	other threads:[~2022-04-06  0:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 21:32 Nikolai Weidt [this message]
2022-07-17 13:26 ` bug#54740: Subject: [PATCH] added missing line so clojure finds the tools Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEQdnSq-yGHLQyLTf5QFN_Lo6XtR_+xFVJvb-QFXSGPs6fd5Lw@mail.gmail.com \
    --to=weidtn@gmail.com \
    --cc=54740@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.