Re: [PATCH] gnu: Add pext.

2016-09-23 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:17:47PM +, ng0 wrote: > This doesn't need installation, but it seems interesting and has an > setup.py > I don't know if it works, starting it outside of my profile it complains > about a missing module. Okay, we'll wait until you know if it works :)

Re: [PATCH] gnu: Add enet.

2016-09-23 Thread Leo Famulari
On Thu, Sep 15, 2016 at 03:03:18PM +, ng0 wrote: > Subject: [PATCH] gnu: Add enet. > > * gnu/packages/networking.scm (enet): New variable. Thanks! I made pkg-config a native-input, simplified the synopsis and made some minor edits to the description. Pushed as

Re: [PATCH] Add gctp

2016-09-23 Thread Leo Famulari
On Thu, Sep 15, 2016 at 07:08:08PM +0200, Thomas Danckaert wrote: > Hi Guix, > > I've cleaned up my gctp patch, following your advice: > > From: Leo Famulari > Subject: Re: [PATCH] Add gctp > Date: Mon, 18 Jul 2016 17:47:23 -0400 > > > If it's not possible to use the

Re: Definite article in synopsis

2016-09-23 Thread Leo Famulari
On Sat, Sep 24, 2016 at 11:28:14AM +0900, Ludovic Courtès wrote: > I would tend to think of ‘master’ as the branch for non-functional > changes like this. But the key is to make sure such wide changes are > kept in a single branch to avoid merge issues as you wrote. > > WDYT? To clarify, for

Re: [PATCH 2/2] gnu: Add GSSD and Pipefs services (Usage of @var)

2016-09-23 Thread Ludovic Courtès
Hi! John Darrington skribis: > On Wed, Sep 14, 2016 at 04:42:11PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: > > John

Re: [PATCH] gnu: Update flashrom to 0.9.9

2016-09-23 Thread Leo Famulari
On Wed, Sep 14, 2016 at 10:09:06PM +0200, Danny Milosavljevic wrote: > > gnu: Update flashrom to 0.9.9 > > * gnu/packages/flashing-tools.scm (flashrom): Changed. > * gnu/packages/patches/flashrom-use-libftdi1.patch: Removed. > * gnu/local.mk: Remove mention of "flashrom-use-libftdi1.patch".

Re: [PATCH] gnu: xorg-server: Set default font path to empty.

2016-09-23 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass > "--with-default-font-path=" to #:configure-flags. > --- > gnu/packages/xorg.scm | 4 > 1 file changed, 4 insertions(+) > > diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm > index

Re: Definite article in synopsis

2016-09-23 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > On Fri, Sep 23, 2016 at 10:32:56AM +1000, Ben Woodcroft wrote: >> On 09/23/2016 10:15 AM, Leo Famulari wrote: >> > On Wed, Sep 21, 2016 at 12:59:51PM +0200, John Darrington wrote: >> > > I thought we had a policy that the synopsis field must

Re: [PATCH 2/2] utils: Support defaults in substitute-keyword-arguments.

2016-09-23 Thread Ludovic Courtès
Eric Bavier skribis: > From: Eric Bavier > > * guix/utils.scm (substitute-keyword-arguments): Allow default value > declarations. > * tests/utils.scm (substitute-keyword-arguments): New test. Good idea! [...] > +replaced by EXP. EXP is

Re: [PATCH] gnu: Add cmark.

2016-09-23 Thread Leo Famulari
On Tue, Sep 20, 2016 at 10:22:54PM -0400, Erik Edrosa wrote: > * gnu/packages/markdown.scm (cmark): New variable. Thanks! Pushed with the following changes: > +(synopsis "CommonMark C reference implementation") I put the word "Markdown" in the synopsis. > +(license (list bsd-2 expat

Re: Mail to this list is slow?

2016-09-23 Thread ng0
Tobias Geerinckx-Rice writes: > [ Unknown signature status ] > John & others, > > On 23/09/16 01:48, Leo Famulari wrote: >> I had this experience, too. I assume it's some sort of spam mitigation. > > I can't speak for the FSF admins, but that[0] is almost certainly the > reason.

Re: Superseded packages

2016-09-23 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Sep 11, 2016 at 10:39:08PM +0200, Ludovic Courtès wrote: >> > There are other incompatibilities, for example in the repository format. >> > Borg provides a `borg upgrade` tool that performs a one-way conversion >> > of Attic repos to Borg

Re: [PATCH] gnu: openldap: Use gnutls.

2016-09-23 Thread Ludovic Courtès
Efraim Flashner skribis: > On Sat, Sep 17, 2016 at 12:21:10AM +0800, Alex Vong wrote: >> Hello, >> >> The following patch does what the title says. The link of the bug >> is no >> longer accessible, so I

Re: [PATCH 1/2] utils: Fix default-keyword-arguments.

2016-09-23 Thread Ludovic Courtès
Eric Bavier skribis: > From: Eric Bavier > > * guix/utils.scm (default-keyword-arguments): Properly test for present > keywords. > * tests/utils.scm (default-keyword-arguments): New test. Good catch, please push! Thanks, Ludo’.

Re: [WIP PATCH] gnu: Add evolution.

2016-09-23 Thread Ludovic Courtès
Hi! rennes skribis: > this patch is evolution, a mail client for the GNOME desktop. Nice! > To run evolution is necessary to install evolution-data-server in user > profile; then I think that is required to start evolution-data-server > as a service to run successfully

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Mathieu Lirzin
David Craven writes: > I think the web interface and the json API are two different > "projects". Agreed. >> just a matter of knowing how to do the javascript stuff. :) > > Many people think that JS is a toy language, JS the good parts is a > weekend read (like 100p or

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-23 Thread Ben Woodcroft
On 24/09/16 01:56, Marius Bakke wrote: Ben Woodcroft writes: Also, I notice that pysam bundles htslib, bcftools and samtools C code. Hopefully it should be straightforward enough to remove htslib as there are install instructions, I'm not sure about the other two.

Re: User-profile search paths should include system-profile directories

2016-09-23 Thread Ludovic Courtès
Hi Carlos, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > Hi Ludo, Alex, > >> In the example Alex gave, none of the two profiles specifies >> GUILE_LOAD_PATH if taken individually. This example is also in the >> manual to illustrate the use of multiple -p flags with --search-paths

Re: [PATCH] gnu: Add nickle.

2016-09-23 Thread Leo Famulari
On Thu, Sep 22, 2016 at 08:36:40AM +, ng0 wrote: > Leo Famulari writes: > > > It builds when automake, autoconf, bison, and flex are removed from > > native-inputs. Does nickle need those programs? > > From 17e55ae23afc29ca25148ba2615b26c6d72a30bb Mon Sep 17 00:00:00

Re: [PATCH] gnu: Add gloox.

2016-09-23 Thread Leo Famulari
On Thu, Sep 15, 2016 at 09:54:17PM +, ng0 wrote: > This patch adds gloox, a dependency for 0ad needs for their "lobby" > feature. Gentoo builds it with libressl without any patches applied, > they had a long discussion and are very strict in their testing, looking > at the tests comparing

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Mathieu Lirzin
Jan Nieuwenhuizen writes: > Mathieu Lirzin writes: > >>> Yes, I think I found this, I can see json in my browser window...but >>> that's not really a web view yet (no criticism, I'm just wondering...) >> >> Sorry I misread what you meant by web view. I don't have much >>

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread David Craven
I think the web interface and the json API are two different "projects". > just a matter of knowing how to do the javascript stuff. :) Many people think that JS is a toy language, JS the good parts is a weekend read (like 100p or something) that might change your perspective and covers

Re: [PATCH 42/42] gnu: Add darcs.

2016-09-23 Thread Leo Famulari
On Fri, Sep 23, 2016 at 08:08:37PM +, ng0 wrote: > Leo Famulari writes: > > > On Fri, Sep 23, 2016 at 09:12:33AM +, ng0 wrote: > >> I also think for reference we should keep the versions of packages it > >> needs as they are so many. On the other hand hackage keeps

Re: [PATCH] gnu: Add qscintilla.

2016-09-23 Thread Leo Famulari
On Thu, Sep 22, 2016 at 09:02:20PM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > I'm not sure yet about the other problem. I tried to define 'hi', which > > inherits from 'hello', and I got a similar error. > > I don’t understand this. What is the problem

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-23 Thread Ludovic Courtès
Hi, David Craven skribis: > Tested u-boot-beagle-bone-black, it boots arch linux arm after making > some modifications. Good progress already! > I managed to build the system natively and install it using guix > system init. This required a few modifications here and there.

Re: Building Guix with Guile 2.1

2016-09-23 Thread Ludovic Courtès
Hi! Andy Wingo skribis: > On Wed 21 Sep 2016 10:23, l...@gnu.org (Ludovic Courtès) writes: > >> Hello! >> >> Nalaginrut reported that Guix fails to build with Guile 2.2, which was a >> bit of a shame, hence commits e465d9e19087ab150f7e31f21c09e4a147b93b36 >> and

Re: [PATCH 2/3] gnu: vlc: Add configure flags.

2016-09-23 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Sep 10, 2016 at 11:07:29AM +0800, Alex Vong wrote: >> From 066bee5d7795c6caf2376be4a38e2cf0b397ef98 Mon Sep 17 00:00:00 2001 >> From: Alex Vong >> Date: Sat, 10 Sep 2016 00:32:03 +0800 >> Subject: [PATCH 2/3] gnu: vlc:

Re: [PATCH 1/2] gnu: perl: Split configure phase.

2016-09-23 Thread Ludovic Courtès
Ben Woodcroft skribis: > * gnu/packages/perl.scm (perl)[arguments]: Split 'configure' phase into > 'setup-configure' and 'configure' phases. Good, you can already push this one to core-updates. Thanks, Ludo’.

Re: [PATCH 2/2] gnu: perl: Enable threading support.

2016-09-23 Thread Ludovic Courtès
Ben Woodcroft skribis: > * gnu/packages/perl.scm (perl)[arguments]: Enable threading support. > * gnu/packages/commencement.scm (perl-boot0): Do not inherit 'configure' > phase from perl. [...] > "-Uinstallusrbinperl" >

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-23 Thread Marius Bakke
Ben Woodcroft writes: >> Htslib is propagated because it >> is included by the installed samtools and bcftools headers; at least one >> of pysams dependencies failed to build when it was a regular input. > Ah, I see. Can this be avoided with patchelf? I don't think so.

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Mathieu Lirzin writes: > David Craven writes: > >> I think the web interface and the json API are two different >> "projects". > > Agreed. Oh! Then why choose json (poor-man's-sexps?) over sexps? I'm mostly just using sexps with read and write, and pipe through json

Re: Mail to this list is slow?

2016-09-23 Thread Aljosha Papsch
Am 23. September 2016 07:11:12 MESZ, schrieb Leo Famulari : >On Fri, Sep 23, 2016 at 06:51:23AM +0200, John Darrington wrote: >> On Thu, Sep 22, 2016 at 07:48:35PM -0400, Leo Famulari wrote: >> On Thu, Sep 22, 2016 at 09:16:55PM +0200, Ricardo Wurmus wrote: >> >

Re: [Patch] add keychain

2016-09-23 Thread Hartmut Goebel
Am 22.09.2016 um 14:10 schrieb James Richardson: > * gnu/packages/keychain.scm: Add new file. I suggest putting this into some other file, e.g. crypto.scm or ssh.scm. Otherwise we have a file for a single package. > * gnu/packages/keychain.scm: (keychain): New variable. If you stay with the

Re: [PATCH 42/42] gnu: Add darcs.

2016-09-23 Thread ng0
Leo Famulari writes: > On Tue, Sep 20, 2016 at 09:44:49PM -0400, Leo Famulari wrote: >> On Sun, Sep 18, 2016 at 04:10:22PM +, ng0 wrote: >> > * gnu/packages/version-control.scm (darcs): New variable. > > I just pushed most of the patches in this series, except for darcs,

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Mathieu Lirzin writes: Hi Mathieu! >> I had some trouble with the #:no-compile? option, it's currently >> specified twice. On the Cuirass side I think it should be a property >> of the spec, but it seems it gets only passed as part of the >> arguments. Ideas? > > OK, I think I got it. With

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Oops, sent too soon, patch 2 needed this fix diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm index 0dcf544..5d3922b 100644 --- a/src/cuirass/database.scm +++ b/src/cuirass/database.scm @@ -141,7 +141,7 @@ INSERT INTO Specifications\

Re: [PATCH 42/42] gnu: Add darcs.

2016-09-23 Thread Leo Famulari
On Fri, Sep 23, 2016 at 09:12:33AM +, ng0 wrote: > I also think for reference we should keep the versions of packages it > needs as they are so many. On the other hand hackage keeps the list of > dependencies and versions of those, so... should I send a patch removing > these comments? I

Re: [PATCH] Update giac-xcas

2016-09-23 Thread Leo Famulari
On Mon, Sep 19, 2016 at 12:18:15AM +0200, Nicolas Goaziou wrote: > Hello, > > Here is an update for Giac-Xcas. > > Regards, > > -- > Nicolas Goaziou0x80A93738 > From ac24482a404f03f08e8254b85729e9eb898aeb23 Mon Sep 17 00:00:00 2001 > From:

Re: [PATCH] gnu: Add gnome-calculator.

2016-09-23 Thread rennes
On Thu, 2016-09-22 at 21:23 -0400, Kei Kebreau wrote: > > This is a good patch! The only change I recommend is moving the > defintion to gnome.scm. I update the patch,  * Create the definition in gnome.scm file.  * Move 'glib' to native-inputs.  * Delete Copyright duplicate for     ';;;

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Mathieu Lirzin writes: > Intuitively I would prefer "#:compile?" but both are OK, so we can stick > with "#:no-compile?" if that's more convenient. Yes, me too. Let's see where this goes, it can prolly be changed easily later. >>> Can you send the updated patches? >> >> Sure, find attached. >

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Mathieu Lirzin
Jan Nieuwenhuizen writes: > Mathieu Lirzin writes: > > Hi Mathieu! > >>> I had some trouble with the #:no-compile? option, it's currently >>> specified twice. On the Cuirass side I think it should be a property >>> of the spec, but it seems it gets only passed as part of the

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-23 Thread Marius Bakke
Marius Bakke writes: > Ben Woodcroft writes: > >>> Also, I notice that pysam bundles htslib, bcftools and samtools C code. Hopefully it should be straightforward enough to remove htslib as there are install instructions, I'm not sure

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-23 Thread Eric Bavier
On 2016-09-22 16:16, Marius Bakke wrote: Andreas Enge writes: On Wed, Sep 21, 2016 at 06:11:31PM +0200, Andreas Enge wrote: boost has quite a few dependencies, as Ricardo already pointed out, and in my experience tends to be a bit fragile. So maybe the best option would be

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-23 Thread Marius Bakke
Ben Woodcroft writes: >> >>> Also, I notice that pysam bundles htslib, bcftools and samtools C code. >>> Hopefully it should be straightforward enough to remove htslib as there >>> are install instructions, I'm not sure about the other two. This >>> shouldn't block the

Re: [PATCH] gnu: Add gnome-calculator.

2016-09-23 Thread Kei Kebreau
rennes writes: > On Thu, 2016-09-22 at 21:23 -0400, Kei Kebreau wrote: >> >> This is a good patch! The only change I recommend is moving the >> defintion to gnome.scm. > > I update the patch, >  * Create the definition in gnome.scm file. >  * Move 'glib' to 

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Mathieu Lirzin
Jan Nieuwenhuizen writes: > Mathieu Lirzin writes: > >>> Thanks! I'd really love to get a working Guix-based ci system and >>> Cuirass is already very close to the minimal set that I need. I have >>> a working patch to add building of VMs (a la hydra/guix-system.scm) but >>>

Re: using Cuirass to track a guix packages' git

2016-09-23 Thread Jan Nieuwenhuizen
Mathieu Lirzin writes: >> Yes, I think I found this, I can see json in my browser window...but >> that's not really a web view yet (no criticism, I'm just wondering...) > > Sorry I misread what you meant by web view. I don't have much > experience in Web programming, I guess an "easy" way (for a

Kallithea - looking for someone to take over.

2016-09-23 Thread ng0
Hi, I worked on kallithea-scm, while I am very close to finishing it I'd like to let someone else finish this if possible. I need to concentrate on my own tasks which are primarily circling aroung gnunet, psyced, secushare. If anyone feels like they want to take this over here are some snippets

[PATCH](WIP) gforth. looking for someone with interest in this to take over.

2016-09-23 Thread ng0
it's better to focus on one thing, and for me the things I need to focus on are not including gforth. If anyone wants to take over, feel free to do so. From d93db05f02603911abaab4911939b3c7930382a3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 17 Sep 2016 20:23:34

Re: [PATCH 42/42] gnu: Add darcs.

2016-09-23 Thread ng0
Leo Famulari writes: > On Fri, Sep 23, 2016 at 09:12:33AM +, ng0 wrote: >> I also think for reference we should keep the versions of packages it >> needs as they are so many. On the other hand hackage keeps the list of >> dependencies and versions of those, so... should I