From: "Ludovic Courtès" <ludo@gnu.org>
To: Rostislav Svoboda <rostislav.svoboda@gmail.com>
Cc: amorenompls@gmail.com, 74973@debbugs.gnu.org
Subject: [bug#74973] [PATCH] gnu: Fix clojure-tools.
Date: Wed, 25 Dec 2024 22:56:16 +0100 [thread overview]
Message-ID: <87h66r2zr3.fsf@gnu.org> (raw)
In-Reply-To: <71b44c3763ea0a72d756b300fbe36220a6899a5d.1734617873.git.Rostislav.Svoboda@gmail.com> (Rostislav Svoboda's message of "Thu, 19 Dec 2024 15:22:27 +0100")
Hi Rostislav,
Rostislav Svoboda <rostislav.svoboda@gmail.com> skribis:
> * gnu/packages/clojure.scm (clojure-tools): The AOT compiled JAR must be
> included and used by the bin/clojure script.
>
> See also
> https://yhetil.org/guix-user/CAOXoXz0fKD+3B+b_y6A8MPYxZcSRDusby6VWTUy8Nnp4Y0fAzQ@mail.gmail.com/
>
> Change-Id: I3a8221fd415631f191cbf6ddcb0e8ecbd94e389f
[...]
> (source
> (origin
> (method url-fetch)
> (uri (string-append "https://download.clojure.org/install/clojure-tools-"
> version
> ".tar.gz"))
> - (sha256 (base32 "1q0z71ifdxwvyy9gvq8mx8jbygf8cszrlhb3h22walfamnisbhwk"))
> - ;; Remove AOT compiled JAR. The other JAR only contains uncompiled
> - ;; Clojure source code.
> - (snippet
> - `(delete-file ,(string-append "clojure-tools-" version ".jar")))))
> + (sha256 (base32 "0hh78b22shj530armm9850cqr85wqdxyqfzx4qf45w5y200bw6dw"))))
The problem is that in general we don’t want to keep pre-built binaries
like this one. Could we keep this snippet and instead find a way to
ensure that this jar is built from source and installed?
Thanks,
Ludo’.
next prev parent reply other threads:[~2024-12-25 21:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-19 14:22 [bug#74973] [PATCH] gnu: Fix clojure-tools Rostislav Svoboda
2024-12-25 21:56 ` Ludovic Courtès [this message]
2024-12-26 14:40 ` Rostislav Svoboda
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=87h66r2zr3.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=74973@debbugs.gnu.org \
--cc=amorenompls@gmail.com \
--cc=rostislav.svoboda@gmail.com \
/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.