Re: [PATCH 3/6] gnu: Add libpeas.

2013-12-01 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 11/30/2013 11:03 PM, Ludovic Courtès wrote: >> Cyril Roelandt skribis: >> >>> * gnu/packages/gnome.scm (libpeas): New variable. >> >> OK! >> >>> + (lambda* (#:key inputs #:allow-other-keys #:rest args) >>> + (let ((configure (assoc-ref %standard-phas

Re: [PATCH 3/6] gnu: Add libpeas.

2013-11-30 Thread Cyril Roelandt
On 11/30/2013 11:03 PM, Ludovic Courtès wrote: Cyril Roelandt skribis: * gnu/packages/gnome.scm (libpeas): New variable. OK! + (lambda* (#:key inputs #:allow-other-keys #:rest args) + (let ((configure (assoc-ref %standard-phases 'configure)) +(gir-path (lam

Re: [PATCH 3/6] gnu: Add libpeas.

2013-11-30 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/gnome.scm (libpeas): New variable. OK! > + (lambda* (#:key inputs #:allow-other-keys #:rest args) > + (let ((configure (assoc-ref %standard-phases 'configure)) > +(gir-path (lambda (pkg-name) > +

[PATCH 3/6] gnu: Add libpeas.

2013-11-29 Thread Cyril Roelandt
* gnu/packages/gnome.scm (libpeas): New variable. --- gnu/packages/gnome.scm | 64 ++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 713b64f..96234dc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/