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: Problem with (patches)

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

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

Problem with (patches)

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