Re: Problem with (patches)

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

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 nik...@karetnikov.org Date: Sat, 12 Apr 2014 16:18:45 +0400 Subject: [PATCH] openssh: Add another mirror. * gnu/packages/ssh.scm (openssh):

Re: Problem with (patches)

2014-04-12 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: (file-name (string-append name - version ;; --- here This fixed it. 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

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

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-remote

Re: Proposal: prefetch tarballs in a batch

2014-04-12 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org 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