Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-29 Thread ng0
ng0 writes: > This one lacks the bsd-3 in the licenses in the header of mail.scm. I > fixed this locally for now as I'm new to reviewing 16 dependent patches. > > I also got this message while running make on the root of guix checkout: > gnu/packages/tls.scm:547:4:

Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread Danny Milosavljevic
On Thu, 28 Jul 2016 19:55:39 + ng0 wrote: > This one lacks the bsd-3 in the licenses in the header of mail.scm. I > fixed this locally for now as I'm new to reviewing 16 dependent patches. > > I also got this message while running make on the root of guix

Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread ng0
This one lacks the bsd-3 in the licenses in the header of mail.scm. I fixed this locally for now as I'm new to reviewing 16 dependent patches. I also got this message while running make on the root of guix checkout: gnu/packages/tls.scm:547:4: warning: possibly unbound variable

[PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-mail-spf. * gnu/package/mail.scm (perl-mail-spf): New variable. --- gnu/packages/mail.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f7a7623..4169464 100644 ---