bug#26201: hydra.gnu.org uses ‘guix publish’ for nars and narinfos

2017-04-17 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > Other solutions I’ve thought about: > > 1. Produce narinfos and nars periodically rather than on-demand and > serve them as static files. > > pros: better HTTP latency and bandwidth > pros: allows us to add a Content-Length for nar

bug#26441: [PATCH 1/2] gnu: findutils: Fix make check issues on multi-core machines.

2017-04-17 Thread Marius Bakke
Mathieu Othacehe writes: > Hi Marius ! > >> It looks like you forgot the actual patch :) > > Ha ! You're right :) > >> >> Please also add it to gnu/local.mk. TIA! > > Ok, I'll a new batch, to be applied to core-updates. Applied, thank you! Can this be closed now? signature.asc Description: PGP

bug#26520: Package Request: Add Conda and Dependencies

2017-04-17 Thread Pjotr Prins
On Sat, Apr 15, 2017 at 06:48:40PM +0300, Frederick Muriithi wrote: > Package: guix > Version: 0.12.0 > > Dear Guix, > > This is bug is to track adding conda and its dependencies. I will be > sending patches adding the dependencies for conda here, until we get > conda in mainline. Thanks Frederi

bug#26441: [PATCH 1/3] build: Add two missing patches to local.mk.

2017-04-17 Thread Mathieu Othacehe
gnu/local.mk (dist_patch): Add gettext-multi-core.patch and gettext-gnulib-multi-core.patch. Commit 480da86d0969a667e8d2a564de535cb73a6a2229 ommited them. --- gnu/local.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/local.mk b/gnu/local.mk index 51f92f088..620fb07f3 100644 --- a/gnu

bug#26441: [PATCH 2/3] gnu: findutils: Fix make check issues on multi-core machines.

2017-04-17 Thread Mathieu Othacehe
* gnu/packages/patches/findutils-gnulib-multi-core.patch: New file. * gnu/local.mk (dist_patch): Add previous patch. * gnu/packages/base.scm (findutils)[patches]: Add a reference to the previous patch. --- gnu/local.mk | 1 + gnu/packages/base.scm

bug#26441: [PATCH 3/3] gnu: libunistring: Fix make check issues on multi-core machines.

2017-04-17 Thread Mathieu Othacehe
* gnu/packages/patches/libunistring-gnulib-multi-core.patch: New file. * gnu/local.mk (dist_patch): Add previous patch. * gnu/packages/libunistring.scm (libunistring)[patches]: Add a reference to previous patch. --- gnu/local.mk | 1 + gnu/packages/libunistr

bug#26441: [PATCH 1/2] gnu: findutils: Fix make check issues on multi-core machines.

2017-04-17 Thread Mathieu Othacehe
Hi Marius ! > It looks like you forgot the actual patch :) Ha ! You're right :) > > Please also add it to gnu/local.mk. TIA! Ok, I'll a new batch, to be applied to core-updates. Thanks, Mathieu