Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-22 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Andreas Enge skribis: > >> Now, I would still like some guidelines for what to commit to master and what >> to core-updates, that we could possibly write down in HACKING (and update >> when >> the hydra situation changes). Does something like "If you modi

Re: Offloading acquired build slot loop

2015-04-22 Thread Ludovic Courtès
Les Harris skribis: > In addition I believe I have done all the documented steps like > generating and authorizing the keys for both the local machine and build > server and have added the build server to the local machine's > machines.scm. Sounds good. This build server is the only machine lis

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-22 Thread Ludovic Courtès
Andreas Enge skribis: > Now, I would still like some guidelines for what to commit to master and what > to core-updates, that we could possibly write down in HACKING (and update when > the hydra situation changes). Does something like "If you modify PACKAGE from > base.scm, or 'guix refresh -l PA

Re: [PATCH] gnu: Add TuxGuitar.

2015-04-22 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The > SWT tarball does include jars but these are binaries of the library. > The package recipe ignores them and only works on the sources in src.zip OK. What about adding a snippet that removes all these jars anyway, mostly “to be safe” and to not convey the impressio

Re: updating list of substitutes

2015-04-22 Thread Mark H Weaver
Pjotr Prins writes: > On Tue, Apr 21, 2015 at 02:02:37PM +0200, Andreas Enge wrote: >> On Tue, Apr 21, 2015 at 12:02:16PM +0200, Pjotr Prins wrote: >> > ls /var/guix/profiles/per-user/wrk/guix-profile-2-link/bin/ruby >> > /var/guix/profiles/per-user/wrk/guix-profile-2-link/bin/ruby -> >> > /gn

Add guile-minikanren

2015-04-22 Thread Christopher Allan Webber
Here's a patch to add minikanren via ijp's port to r6rs packaging to Guix. It's my first Guix patch... I hope I did okay! I named it guile-minikanren which isn't really accurate. I'm not sure how else I could name it though? I'd be open to suggestions! - Chris >From ff72111b7f65afb02f6e52f8f

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-22 Thread Andreas Enge
On Wed, Apr 22, 2015 at 11:03:08AM -0400, Mark H Weaver wrote: > Well, fair enough :) However, since I reverted the libidn-1.30 update > and cancelled all the associated jobs on Hydra, the argument actually > does apply, although that was not clear from this message alone. Definitely, these two n

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-22 Thread Mark H Weaver
Andreas Enge writes: > On Tue, Apr 21, 2015 at 06:18:48PM -0400, Mark H Weaver wrote: >> We shouldn't ask Hydra to build it until all of the relevant patches are >> pushed. Therefore, I have deleted the 'wip-glib' jobset for now, since >> it was about to rebuild 1335 builds based on the libidn-1

Re: updating list of substitutes

2015-04-22 Thread Taylan Ulrich Bayırlı/Kammer
Pjotr Prins writes: >> But even when installing, one may not need to download anything if the >> package is already in the store. So I think the following would be good: >> Determine the list of packages to be installed in a profile with "guix >> package" or to be built with "guix build". If

Re: updating list of substitutes

2015-04-22 Thread Pjotr Prins
On Wed, Apr 22, 2015 at 02:24:21PM +0200, Andreas Enge wrote: > On Wed, Apr 22, 2015 at 01:46:35PM +0200, Pjotr Prins wrote: > > 5. We reload the list of substitutes after a fixed time > > Let me rephrase. Can we have a more lazy approach towards fetching > > substitutes? Rather than a fixed TTL we

Re: updating list of substitutes

2015-04-22 Thread Andreas Enge
On Wed, Apr 22, 2015 at 01:46:35PM +0200, Pjotr Prins wrote: > 5. We reload the list of substitutes after a fixed time > Let me rephrase. Can we have a more lazy approach towards fetching > substitutes? Rather than a fixed TTL we could fetch the latest list on > the first failed substitute. A whil

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-22 Thread Andreas Enge
On Tue, Apr 21, 2015 at 06:18:48PM -0400, Mark H Weaver wrote: > We shouldn't ask Hydra to build it until all of the relevant patches are > pushed. Therefore, I have deleted the 'wip-glib' jobset for now, since > it was about to rebuild 1335 builds based on the libidn-1.30 update, These were shar

Re: 02/02: gnu: libidn: Update to 1.30.

2015-04-22 Thread Andreas Enge
On Tue, Apr 21, 2015 at 05:53:56PM -0400, Mark H Weaver wrote: > I reverted this because it triggered over 1330 rebuilds, and as far as I > can tell there is nothing particularly urgent or compelling in this > update. Therefore, I think it belongs in core-updates or some other > branch. Does that

Re: updating list of substitutes

2015-04-22 Thread Pjotr Prins
I wish to thank you guys for bearing with my dumb-ass questions. I think Guix is totally awesome. I have been tracking Nix for a long time and Guix makes me happy where Nix did not. Please keep on answering me. First because I am learning and second because we are building a record on this ML for

[PATCH] gnu: r: Update to 3.2.0.

2015-04-22 Thread Ricardo Wurmus
>From d4790393c81b19fa1b26e7bbc65cd98842868b18 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 22 Apr 2015 12:26:45 +0200 Subject: [PATCH] gnu: r: Update to 3.2.0. * gnu/packages/statistics.scm (r): Update to 3.2.0. --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(

[PATCH] gnu: r: Set library rpath.

2015-04-22 Thread Ricardo Wurmus
>From d1d8024cb3d42da9d4c8cd7c8699be62a08db5b9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 22 Apr 2015 11:58:44 +0200 Subject: [PATCH] gnu: r: Set library rpath. * gnu/packages/statistics.scm (r)[arguments]: Add the rpath for lib directory of output to LDFLAGS. --- gnu/packages/st