Federico Beffa writes:
> On Wed, Dec 10, 2014 at 1:56 PM, Ludovic Courtès wrote:
Yes, let’s create a branch with all the update work the two of you have
done, and revert the upgrade in master.
>
> I've created a branch named wip-gobject-introspection with the patch
> and version 1.42.0
> [i...@zenhack.net - Tue Nov 18 22:29:05 2014]:
>
> (sending this to both the fsf and the guix-devel mailing list)
>
> Quoting Ludovic Courtès (2014-11-16 16:09:33)
> > Ian Denhardt skribis:
> >
> > > Quoting Ludovic Courtès (2014-11-13 15:15:37)
> > >> Did you hear from them?
> > >
> > > Final
Ricardo Wurmus skribis:
> From 7c5d5847e935976ae522be4618bc985a8205fdf4 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Tue, 16 Dec 2014 16:16:09 +0100
> Subject: [PATCH] gnu: Add Test::Simple.
>
> * gnu/packages/perl.scm (perl-test-simple): New variable.
Applied. The description is sh
Ricardo Wurmus skribis:
> This series of patches adds recipes for the perl module Test::Deep and
> its dependencies Test::Tester and Test::NoWarnings.
Applied all three patches, thanks.
Ludo’.
宋文武 skribis:
> * gnu/services/xorg.scm (%default-xsessions): New variable.
> (xsessions-directory): New procedure.
> (slim-service): Add #:sessions parameter.
> [slim.cfg]: Honor #:sessions.
> (xinitrc): Adjust accordingly.
Nice!
> -;; Then try a pre-configured session type.
> -
Tomas Cech skribis:
> CCLD lib/ecore_ipc/libecore_ipc.la
> ld:
> /gnu/store/ij22m0lalbagkm4fflnxc9691ax4bpvk-luajit-2.0.3/lib/libluajit-5.1.a(lj_err.o):
> relocation R_X86_64_32S against `.rodata' cannot be used when making a
> shared object; recompile with -fPIC
> /gnu/store/ij22m0lalba
At Tue, 16 Dec 2014 22:08:01 +0100,
Ludovic Courtès wrote:
>
> Tomas Cech skribis:
>
> > At Tue, 16 Dec 2014 18:08:10 +0100,
> > Ludovic Courtès wrote:
> >>
> >> Tomáš Čech skribis:
> >>
> >> > * gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to
> >> > make.
> >>
> >> [...
Tomas Cech skribis:
> At Tue, 16 Dec 2014 18:08:10 +0100,
> Ludovic Courtès wrote:
>>
>> Tomáš Čech skribis:
>>
>> > * gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to make.
>>
>> [...]
>>
>> > --- a/gnu/packages/lua.scm
>> > +++ b/gnu/packages/lua.scm
>> > @@ -92,7 +92,8
On Wed, Dec 10, 2014 at 1:56 PM, Ludovic Courtès wrote:
>>> Yes, let’s create a branch with all the update work the two of you have
>>> done, and revert the upgrade in master.
I've created a branch named wip-gobject-introspection with the patch
and version 1.42.0. I've also pushed version update
At Tue, 16 Dec 2014 18:08:10 +0100,
Ludovic Courtès wrote:
>
> Tomáš Čech skribis:
>
> > * gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to make.
>
> [...]
>
> > --- a/gnu/packages/lua.scm
> > +++ b/gnu/packages/lua.scm
> > @@ -92,7 +92,8 @@ for configuration, scripting, and
Ricardo Wurmus skribis:
> Thanks for the review and the suggestions. Attached is an updated patch
> for bedtools.
>
> Python has been marked as a native input as it is only required at build
> time to run a script that creates shell script wrappers for the various
> executables. I hope that's c
On Mon, Dec 15, 2014 at 11:16 PM, Ludovic Courtès wrote:
>> +(propagated-inputs
>> + `(("python-cffi" ,python-cffi)))
>
> Please add a comment saying why this is propagated.
The reason is that I want the package to inherit the propagated inputs
from 'python-cffi' as the latter requires 'p
Attached is a patch to add bowtie to the bioinformatics module. The
test suite depends on a couple of Perl modules for which I have
previously submitted patches:
-
[[http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00326.html][Test::Simple]]
-
[[http://lists.gnu.org/archive/html/guix-dev
Tomáš Čech skribis:
> * gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to make.
[...]
> --- a/gnu/packages/lua.scm
> +++ b/gnu/packages/lua.scm
> @@ -92,7 +92,8 @@ for configuration, scripting, and rapid prototyping.")
> (arguments
> '(#:tests? #f
David Thompson skribis:
> Ludovic Courtès writes:
>
>> To produce that, use ‘write-file’ from (guix serialization):
>>
>> --8<---cut here---start->8---
>> $ ./pre-inst-env guile -c '(use-modules (guix serialization)) (write-file
>> "/gnu/store/wy70n5zk8qinxjz
(This is the continuation of a thread about the memory requirements of
job evaluation on Hydra.)
Here’s a run in conditions similar to those of Hydra:
--8<---cut here---start->8---
$ \time -v guile -l build-aux/hydra/gnu-system.scm -c '(use-modules (guix))
(wi
>From 7c5d5847e935976ae522be4618bc985a8205fdf4 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Tue, 16 Dec 2014 16:16:09 +0100
Subject: [PATCH] gnu: Add Test::Simple.
* gnu/packages/perl.scm (perl-test-simple): New variable.
---
gnu/packages/perl.scm | 19 +++
1 file changed,
宋文武 writes:
> Mark H Weaver writes:
>
>> 宋文武 writes:
>>
>>> David Thompson writes:
Maybe call this one 'vte-gtk2'? 'vte-0' isn't very descriptive.
>>> Basically, I intend to use the version of pc file,
>>> for example, I have libwnck-1, which has libwnck-1.0.pc.
>>>
>>> Yes, this does ma
Attached is a patch that adds a recipe for Test::Simple, testing
utilities for perl. The previous patches relate to (but do not depend
on) Test::Simple.
The description is little more than the synopsis, because I had to make
it up myself. Any comments on this patch (and the others in this
series
* gnu/packages/perl.scm (perl-clone): New variable.
---
gnu/packages/perl.scm | 21 +
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4135533..d15ce1a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -74,6 +74,
Mark H Weaver writes:
> 宋文武 writes:
>
>> David Thompson writes:
>>> Maybe call this one 'vte-gtk2'? 'vte-0' isn't very descriptive.
>> Basically, I intend to use the version of pc file,
>> for example, I have libwnck-1, which has libwnck-1.0.pc.
>>
>> Yes, this does make sense, but 'vte-gtk2'
This series of patches adds recipes for the perl module Test::Deep and
its dependencies Test::Tester and Test::NoWarnings.
-- rekado
>From a1804b7b91d41765b2b7b7916df452027d6d0482 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Tue, 16 Dec 2014 12:12:10 +0100
Subject: [PATCH 1/3] gnu: Add Te
On Tue, Dec 16, 2014 at 11:06:15AM +0100, Ricardo Wurmus wrote:
John Darrington writes:
> I suggest that in the description and particularly in the synopsis
fields you
> avoid persiflage like "swiss-army knife". It doesn't add any
information, and
> only goes to i
宋文武 writes:
> David Thompson writes:
>> Maybe call this one 'vte-gtk2'? 'vte-0' isn't very descriptive.
> Basically, I intend to use the version of pc file,
> for example, I have libwnck-1, which has libwnck-1.0.pc.
>
> Yes, this does make sense, but 'vte-gtk2' is look like another package,
> h
24 matches
Mail list logo