[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48735] [PATCH] gnu: Add clojure-tools.
From: |
Ludovic Courtès |
Subject: |
[bug#48735] [PATCH] gnu: Add clojure-tools. |
Date: |
Fri, 03 Sep 2021 18:11:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Maxime Devos <maximedevos@telenet.be> skribis:
> Reily Siegel schreef op za 29-05-2021 om 22:10 [-0400]:
>> [...]
>> + (build-system copy-build-system)
>> + (arguments
>> + `(#:install-plan
>> + '(("deps.edn" "lib/clojure/")
>> + ("example-deps.edn" "lib/clojure/")
>> + ("exec.jar" "lib/clojure/libexec/")
>> + (,(string-append "clojure-tools-" version ".jar")
>> "lib/clojure/libexec/")
>> + ("clojure" "bin/")
>> + ("clj" "bin/"))
>
> Packages in Guix must be compiled from the source code.
> "exec.jar" and "clojure-tools-VERSION.jar" look like
> compiled Java code to me. Oddly, I can't find the source
> code at <https://github.com/clojure/>.
Reily, could you clarify whether this package can be built from source,
and if so, whether you could post an updated patch set?
Context: <https://issues.guix.gnu.org/48735>.
Thanks in advance,
Ludo’.
- [bug#48735] [PATCH] gnu: Add clojure-tools.,
Ludovic Courtès <=