Re: Help getting started with first contribution

2017-05-08 Thread André
On 08/05/17 17:34, Catonano wrote: > 2017-05-08 5:25 GMT+02:00 André >: > > Hi there, fellow Geeks! > > > I've been using Guix and GuixSD recently and I'd like to contribute! > > I do know both Common Lisp and Clojure, so using Guile

Re: Help getting started with first contribution

2017-05-08 Thread Catonano
2017-05-08 5:25 GMT+02:00 André : > Hi there, fellow Geeks! > > > I've been using Guix and GuixSD recently and I'd like to contribute! > > I do know both Common Lisp and Clojure, so using Guile shouldn't be a > problem. > It won't be. I also learned Clojure before Scheme >

Re: tree doesn't get called

2017-05-08 Thread Ricardo Wurmus
Here’s a version that works for me: --8<---cut here---start->8--- (define-public guile-miniadapton (let ((commit "1b5749422304567c96ac5367f2221dda9eff5880") (revision "1")) (package (name "guile-miniadapton") (version (string-append

Re: tree doesn't get called

2017-05-08 Thread Ricardo Wurmus
Catonano writes: > In fact, I'd paste code even on IRC channels, I don't do so because I have > been requested to abstain from pasting code in chat channels in the past > > But I don't understand the reason why that is not desirable, inconvenient > and frown upon. IRC is

Re: tree doesn't get called

2017-05-08 Thread Catonano
Mark, 2017-05-08 9:34 GMT+02:00 Mark H Weaver : > Catonano writes: > > So here's the package > > http://paste.lisp.org/display/345871 > > > > What is wrong with it ? > > Please always include the relevant code snippets in the email itself, > rather than

Re: tree doesn't get called

2017-05-08 Thread Catonano
2017-05-08 8:08 GMT+02:00 Ricardo Wurmus : > > > It looks like you first need to create the target directory (with > “mkdir-p”). > wonderful, thanks > > BTW: instead of an explicit list for scm-files you could use this: > > (find-files "." "\\.scm$") > Thanks, Ricardo.

Help getting started with first contribution

2017-05-08 Thread André
Hi there, fellow Geeks! I've been using Guix and GuixSD recently and I'd like to contribute! I do know both Common Lisp and Clojure, so using Guile shouldn't be a problem. I'd like to start with small tasks, like adding a few simple packages, then move to bigger packages, then write some

Re: tree doesn't get called

2017-05-08 Thread Mark H Weaver
Catonano writes: > So here's the package > http://paste.lisp.org/display/345871 > > What is wrong with it ? Please always include the relevant code snippets in the email itself, rather than using a paste site. Paste sites are useful for contexts such as IRC where pasting

Re: tree doesn't get called

2017-05-08 Thread Ricardo Wurmus
Catonano writes: > Would you mind to take a look at this new version ? > > http://paste.lisp.org/display/346142 > > The > > (copy-file file >dest-file) > > piece fails with > > ... > In unknown file: >?: 0 [copy-file "include.scm" ...] > > ERROR: In procedure