Re: [PATCH] gnu: Add guile-gnome

2016-06-11 Thread David Pirotte
Hi Alex, > >> > > ... > >> > > +(modify-phases %standard-phases > >> > > + (add-before 'configure 'pre-configure > >> > > + (lambda* (#:key outputs #:allow-other-keys) > >> > > + (let ((out (assoc-ref outputs "out"))) > >> > > + (sub

Re: [PATCH] gnu: Add guile-gnome

2016-06-10 Thread Ludovic Courtès
Patrick Hetu skribis: > From 66baa02e5683a309588ae0a68a7d1b918ad72d8e Mon Sep 17 00:00:00 2001 > From: Patrick Hetu > Date: Wed, 8 Jun 2016 13:18:07 -0400 > Subject: [PATCH] gnu: g-wrap: Fix installation path > > * gnu/packages/guile.scm (g-wrap): Add 2.0/ to the installation path Applied, than

Re: [PATCH] gnu: Add guile-gnome

2016-06-10 Thread Alex Kost
David Pirotte (2016-06-09 22:45 +0300) wrote: >> > > ... >> > > +(modify-phases %standard-phases >> > > + (add-before 'configure 'pre-configure >> > > + (lambda* (#:key outputs #:allow-other-keys) >> > > + (let ((out (assoc-ref outputs "out"))) >> > >

Re: [PATCH] gnu: Add guile-gnome

2016-06-09 Thread David Pirotte
> > > ... > > > +(modify-phases %standard-phases > > > + (add-before 'configure 'pre-configure > > > + (lambda* (#:key outputs #:allow-other-keys) > > > + (let ((out (assoc-ref outputs "out"))) > > > + (substitute* (find-files "." "^

Re: [PATCH] gnu: Add guile-gnome

2016-06-08 Thread Efraim Flashner
On Wed, Jun 08, 2016 at 05:37:26PM -0300, David Pirotte wrote: > Hello Patrick, > > > ... > > +(modify-phases %standard-phases > > + (add-before 'configure 'pre-configure > > + (lambda* (#:key outputs #:allow-other-keys) > > + (let ((out (assoc-ref ou

Re: [PATCH] gnu: Add guile-gnome

2016-06-08 Thread David Pirotte
Hello Patrick, > ... > +(modify-phases %standard-phases > + (add-before 'configure 'pre-configure > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (substitute* (find-files "." "^Makefile.

Re: [PATCH] gnu: Add guile-gnome

2016-06-08 Thread Patrick Hetu
Ludovic Courtès @ 2016-06-08 09:19 EDT: > Patr>From 66baa02e5683a309588ae0a68a7d1b918ad72d8e Mon Sep 17 00:00:00 2001 From: Patrick Hetu Date: Wed, 8 Jun 2016 13:18:07 -0400 Subject: [PATCH] gnu: g-wrap: Fix installation path * gnu/packages/guile.scm (g-wrap): Add 2.0/ to the installation path

Re: [PATCH] gnu: Add guile-gnome

2016-06-08 Thread Ludovic Courtès
Patrick Hetu skribis: > Ludovic Courtès @ 2016-05-28 12:06 EDT: > >> Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor >> changes: >> >>> +(define-public guile-g-wrap >> >> This one is already available in (gnu packages guile). :-) > > Oops, I was looking for guile-g-wrap inste

Re: [PATCH] gnu: Add guile-gnome

2016-06-07 Thread David Pirotte
Hello, Le Tue, 07 Jun 2016 13:57:19 -0400, Patrick Hetu a écrit : > Ludovic Courtès @ 2016-05-28 12:06 EDT: > > > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > > changes: > > > >> +(define-public guile-g-wrap > > > > This one is already available in (gnu packages gui

Re: [PATCH] gnu: Add guile-gnome

2016-06-07 Thread Patrick Hetu
Ludovic Courtès @ 2016-05-28 12:06 EDT: > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > changes: > >> +(define-public guile-g-wrap > > This one is already available in (gnu packages guile). :-) Oops, I was looking for guile-g-wrap instead of g-wrap... Still, the current

Re: [PATCH] gnu: Add guile-gnome

2016-05-28 Thread Ludovic Courtès
Hi! Patrick Hetu skribis: > * gnu/packages/gtk.scm (guile-gnome): New variables. This is a long-overdue addition. Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor changes: > +(define-public guile-g-wrap This one is already available in (gnu packages guile). :-) > +

[PATCH] gnu: Add guile-gnome

2016-05-27 Thread Patrick Hetu
* gnu/packages/gtk.scm (guile-gnome): New variables. --- gnu/packages/gtk.scm | 107 +++ 1 file changed, 107 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 1fe52a4..9111781 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/pa