Re: Problem with (patches)

2014-04-12 Thread Manolis Ragkousis
If I change from (method git-fetch) to (method url-fetch) in (source..) it seems I can't reproduce the error and it finds patches properly.

Re: Problem with (patches)

2014-04-12 Thread Ludovic Courtès
Manolis Ragkousis skribis: > In this part of my code >> (source (origin >> (method git-fetch) >> (uri (git-reference >>(url "git://git.savannah.gnu.org/hurd/hurd") >>(commit "e77f00db5097d741f27c74c03d194a233f648615"))) >>

Re: Problem with (patches)

2014-04-12 Thread Manolis Ragkousis
> (file-name (string-append name "-" version ;; <--- here This fixed it. Thank you Manolis

[PATCH] openssh: Add another mirror.

2014-04-12 Thread Nikita Karetnikov
The original mirror doesn’t respond. Please verify and push. From cbac7ff6ef8f7c02d01331b77511ba8c9dadc45d Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Sat, 12 Apr 2014 16:18:45 +0400 Subject: [PATCH] openssh: Add another mirror. * gnu/packages/ssh.scm (openssh): Add the mirror. ---

Re: Problem with (patches)

2014-04-12 Thread Ludovic Courtès
Manolis Ragkousis skribis: >> (file-name (string-append name "-" version ;; <--- here > > This fixed it. Pushed, thanks! Ludo’.

Re: [PATCH] openssh: Add another mirror.

2014-04-12 Thread Ludovic Courtès
Nikita Karetnikov skribis: > From cbac7ff6ef8f7c02d01331b77511ba8c9dadc45d Mon Sep 17 00:00:00 2001 > From: Nikita Karetnikov > Date: Sat, 12 Apr 2014 16:18:45 +0400 > Subject: [PATCH] openssh: Add another mirror. > > * gnu/packages/ssh.scm (openssh): Add the mirror. Pushed, thanks. Ludo’.

Guix - GNUnet binary distribution roadmap

2014-04-12 Thread Deepan Sekar
Hi Im sorry for coming up with an update in the proposal for the binary distribution for GSoC 14 this late. I had my university exams. I hope the shortlisting is not already over and we can still continue the discussions. Ludo, I tried to edit the proposal in the melange page like you said but it

Guix - GNUnet binary distribution roadmap

2014-04-12 Thread Deepan Sekar
Hi Im sorry for coming up with an update in the proposal for the binary distribution for GSoC 14 this late. I had my university exams. I hope the shortlisting is not already over and we can still continue the discussions. Ludo, I tried to edit the proposal in the melange page like you said but it

Re: Proposal: prefetch tarballs in a batch

2014-04-12 Thread Nikita Karetnikov
>> 1. Should the recursion stop when ‘fixed-output-derivation?’ returns #t? > I think so. In general fixed-output derivations are the things you > would like to pre-fetch; so you would typically call ‘build-derivations’ > on these to do the actual pre-fetching. Could you show a package with a fi

Re: Hydra status

2014-04-12 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Going to http://hydra.gnu.org/build/49569/ shows that the texlive builds > were actually aborted. The “Nix error output” box shows this: > > offloading '/gnu/store/j0b550qfqac1w550v0zq2nlb0sqc-texlive-2013.drv' to > 'hydra.gnunet.org'... > @ build-re

Re: Proposal: prefetch tarballs in a batch

2014-04-12 Thread Ludovic Courtès
Nikita Karetnikov skribis: >>> 1. Should the recursion stop when ‘fixed-output-derivation?’ returns #t? > >> I think so. In general fixed-output derivations are the things you >> would like to pre-fetch; so you would typically call ‘build-derivations’ >> on these to do the actual pre-fetching. >