From: Nils Gillmann <ng0@n0.is>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Charlie Ritter <chewzerita@posteo.net>, 31250@debbugs.gnu.org
Subject: [bug#31250] [PATCH] Add leiningen
Date: Thu, 26 Apr 2018 12:41:32 +0000 [thread overview]
Message-ID: <20180426124132.u62mcbnxflxvjsti@abyayala> (raw)
In-Reply-To: <87k1svovm6.fsf@gnu.org>
Ludovic Courtès transcribed 1.7K bytes:
> Hello,
>
> Charlie Ritter <chewzerita@posteo.net> skribis:
>
> > From eac978c99ef288926530dcdee64cc9e3b7b8fe32 Mon Sep 17 00:00:00 2001
> > From: Charlie Ritter <chewzerita@posteo.net>
> > Date: Tue, 24 Apr 2018 11:42:39 -0400
> > Subject: [PATCH] gnu: Add leiningen.
> >
> > * gnu/packages/java.scm (leiningen): New variable.
Nice!
> Good to see the family of package managers *and* Lisps grow in Guix.
> :-)
>
> > + (source (origin
> > + (method url-fetch/tarbomb)
> > + (uri (string-append
> > + "https://github.com/technomancy/"
> > + name "/archive/" version ".tar.gz"))
> > + (sha256
> > + (base32
> > + "0hjjszxqhc9sh31dpirak3c5ws90z41ypcc16y4s1q35ydlajv3w"))))
> > + (build-system ant-build-system)
> > + (arguments
> > + `(#:phases
> > + (modify-phases %standard-phases
> > + (delete 'configure)
> > + (delete 'build)
> > + (delete 'check)
> > + (replace 'install
> > + (lambda* (#:key outputs #:allow-other-keys)
> > + (install-file (string-append
> > + ,name "-" ,version "/bin/lein")
> > + (string-append
> > + (assoc-ref outputs "out") "/bin")))))))
>
> Unfortunately installing the ‘lein’ script alone won’t cut it. The
> issue is that, AIUI, the script downloads and installs pre-built Jars on
> a first run (through its ‘self_install’ function).
Yes, that's why my attempt at leiningen has been "sleeping" for a long time now...
> 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.
But this is on first run, not during the installation as far as I remember.
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.
> That’s obviously more work. WDYT?
>
> Thanks,
> Ludo’.
>
>
>
next prev parent reply other threads:[~2018-04-26 12:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 15:44 [bug#31250] [PATCH] Add leiningen Charlie Ritter
2018-04-25 20:54 ` Ludovic Courtès
2018-04-26 12:41 ` Nils Gillmann [this message]
2018-04-27 5:16 ` Pjotr Prins
2018-04-28 20:44 ` Ludovic Courtès
2023-07-26 13:21 ` guix-patches--- via
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=20180426124132.u62mcbnxflxvjsti@abyayala \
--to=ng0@n0.is \
--cc=31250@debbugs.gnu.org \
--cc=chewzerita@posteo.net \
--cc=ludo@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.