From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCWiQ-0008Ia-Ui for guix-patches@gnu.org; Sat, 28 Apr 2018 16:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCWiN-0006OU-Rq for guix-patches@gnu.org; Sat, 28 Apr 2018 16:45:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34371) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCWiN-0006OL-E4 for guix-patches@gnu.org; Sat, 28 Apr 2018 16:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCWiN-0007HI-5f for guix-patches@gnu.org; Sat, 28 Apr 2018 16:45:03 -0400 Subject: [bug#31250] [PATCH] Add leiningen Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87k1svovm6.fsf@gnu.org> <20180426124132.u62mcbnxflxvjsti@abyayala> <20180427051633.fmszqyynlhvtjqt7@thebird.nl> Date: Sat, 28 Apr 2018 22:44:19 +0200 In-Reply-To: <20180427051633.fmszqyynlhvtjqt7@thebird.nl> (Pjotr Prins's message of "Fri, 27 Apr 2018 07:16:33 +0200") Message-ID: <87bme3awnw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pjotr Prins Cc: Charlie Ritter , Nils Gillmann , 31250@debbugs.gnu.org Pjotr Prins skribis: > On Thu, Apr 26, 2018 at 12:41:32PM +0000, Nils Gillmann wrote: >> > The policy for Guix is to build things from source. So we would have = to >> > provide Leiningen and its dependencies as packages built from source, >> > and to remove the auto-download functionality from the script. >>=20 >> But this is on first run, not during the installation as far as I rememb= er. >> So in my opinion that's not an immediate blocker for the initial package. >> The obvious fix afterwards is to apply the building from source. > > We also packaged tools like conda that download binaries when run. True, that=E2=80=99s not great, and Leiningen may actually do the same thin= g as part of its normal job=E2=80=A6 I think it=E2=80=99s good to estimate how difficult it would be to build Leiningen from source, and then we can decide what to do. Ludo=E2=80=99.