guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: clojure-tools: Install tools.


From: guix-commits
Subject: branch master updated: gnu: clojure-tools: Install tools.
Date: Sun, 17 Jul 2022 09:26:07 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 25354b5874 gnu: clojure-tools: Install tools.
25354b5874 is described below

commit 25354b58742fcd9881a26f10623e7cd24f72420d
Author: Nikolai Weidt <weidtn@gmail.com>
AuthorDate: Tue Apr 5 23:32:46 2022 +0200

    gnu: clojure-tools: Install tools.
    
    When installing clojure-tools, clojure still had no access to the
    tools because they were not installed.
    
    * gnu/packages/clojure.scm (clojure-tools)[arguments]: Install
    `tools.edn'.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 @@ designs.")
      `(#: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]