Hi Alex,
> >> > > ...
> >> > > +(modify-phases %standard-phases
> >> > > + (add-before 'configure 'pre-configure
> >> > > + (lambda* (#:key outputs #:allow-other-keys)
> >> > > + (let ((out (assoc-ref outputs "out")))
> >> > > + (sub
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
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")))
>> > >
> > > ...
> > > +(modify-phases %standard-phases
> > > + (add-before 'configure 'pre-configure
> > > + (lambda* (#:key outputs #:allow-other-keys)
> > > + (let ((out (assoc-ref outputs "out")))
> > > + (substitute* (find-files "." "^
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
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.
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
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
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
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
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). :-)
> +
* 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
12 matches
Mail list logo