Re: [PATCH] gnu: wxwidgets: enable advanced (!) regular expressions.

2016-05-06 Thread Danny Milosavljevic
Hi, some more docs about the so-called "advanced" regular expressions needed by KiCad and wxRegEx in general: http://wxd.sourceforge.net/wxWidgets-2.5.3/docs/html/wx/wx_wxregex.html The "advanced" regular expression features (on top of extended regular expressions) are: - Escapes: \a \b \n \r

Re: [PATCH] Add thinkfan.

2016-05-06 Thread Leo Famulari
On Sat, May 07, 2016 at 01:42:22AM +0200, Nicolas Goaziou wrote: > Hello, > > Leo Famulari writes: > > > Looks good! But I noticed they *just* released a new version. Can you > > take a look and submit a patch with that version if it works for you? > > Here it is. > * gnu/packages/linux.scm (t

Re: [PATCH] gnu: Add moc.

2016-05-06 Thread Leo Famulari
On Fri, May 06, 2016 at 07:03:31PM -0400, Kei Yamashita wrote: > > Finally, your attached patch had a MIME type of > > application/octet-stream > > My mail client (Claws Mail) seems to do this automatically. Try the > attached (and corrected) patch. I've attached it explicitly with a MIME > type o

Re: Proposal: Prefix language-name for language library packages

2016-05-06 Thread John Darrington
On Fri, May 06, 2016 at 10:12:14PM +0200, Andreas Enge wrote: On Fri, May 06, 2016 at 02:45:48AM +, al?rio eyng wrote: > i suggested renaming: > readline, libunistring, htslib, c-ares, json-c, icu4c, ... > to: > c-readline, c-unistring, c-hts, c-ares, c-json, c-icu, ...

[PATCH] gnu: asymptote: Install Emacs data

2016-05-06 Thread Nicolas Goaziou
Hello, The following patch installs Emacs libraries provided by Asymptote in a location where they can be found. Thank you for considering it for inclusion. Regards, -- Nicolas Goaziou0x80A93738 >From 5ebefd0edc14c4b0dc0db6dec200cc117c625848 Mon

Re: [PATCH] Add thinkfan.

2016-05-06 Thread Nicolas Goaziou
Hello, Leo Famulari writes: > Looks good! But I noticed they *just* released a new version. Can you > take a look and submit a patch with that version if it works for you? Here it is. Regards, -- Nicolas Goaziou0x80A93738 >From 9c82df26841b28

Re: [PATCH] gnu: Add moc.

2016-05-06 Thread Kei Yamashita
> But, aside from pkg-config, why are those libraries native-inputs > rather than regular inputs? They package seems to work when they are > regular inputs. > I misunderstood the meaning of the format of the Arch Linux packages webpage. I usually reference pages from different Unix-like systems t

[PATCH] gnu: Add wmfire.

2016-05-06 Thread Kei Yamashita
Adding another dockapp. From dd367c87eab125d83875e98e27489191d60cd735 Mon Sep 17 00:00:00 2001 From: Kei Yamashita Date: Fri, 6 May 2016 17:24:44 -0400 Subject: [PATCH] gnu: Add wmfire. * gnu/packages/gnustep.scm (wmfire): New variable. --- gnu/packages/gnustep.scm | 30 +

Re: [PATCH] gnu: Add moc.

2016-05-06 Thread Alex Kost
Leo Famulari (2016-05-06 22:06 +0300) wrote: > Finally, your attached patch had a MIME type of > application/octet-stream, so it was rather challenging to work with. I'm > not sure if that's a shortcoming of my setup or yours... Hm, it's probably yours. With Gnus I see it as "text/x-patch" and I

Re: [PATCH] import: pypi: read requirements from wheels.

2016-05-06 Thread Leo Famulari
On Sat, Mar 26, 2016 at 02:45:50AM +0100, Cyril Roelandt wrote: > * doc/guix.tex (Invoking guix import): Mention that the pypi importer > works better with "unzip". > * guix/import/pypi.scm (latest-wheel-release, > wheel-url->extracted-directory): New procedures. > * tests/pypi.scm (("pypi->guix-pa

Re: Proposal: Prefix language-name for language library packages

2016-05-06 Thread Andreas Enge
On Fri, May 06, 2016 at 02:45:48AM +, alírio eyng wrote: > i suggested renaming: > readline, libunistring, htslib, c-ares, json-c, icu4c, ... > to: > c-readline, c-unistring, c-hts, c-ares, c-json, c-icu, ... > no replies, is that implicit agreement? I did not follow the discussion in all its

Re: [PATCH] gnu: wesnoth: Update to 1.12.5.

2016-05-06 Thread Leo Famulari
On Thu, May 05, 2016 at 06:30:50PM -0500, Alex Griffin wrote: > Pretty trivial change, just updated the version number and verified the > new hash. Thanks, applied as aa206271cf. I added the line for the changelog. Take a look at the commit to see what it looks like and try to remember to include

Re: [PATCH] gnu: i3status: Update to 2.10.

2016-05-06 Thread Leo Famulari
On Fri, May 06, 2016 at 02:01:08PM -0400, Leo Famulari wrote: > On Mon, May 02, 2016 at 04:07:19PM -0700, Al McElrath wrote: > > > > Attached is a patch to update i3status to 2.10. > > Thanks, it works! The changed library dependencies seem to be > working for me. Applied as 766a22fb4d1, preceded

Re: Guix talk at Dconf 2016 Berlin

2016-05-06 Thread Leo Famulari
On Thu, May 05, 2016 at 11:36:50PM +0200, Pjotr Prins wrote: > Talk is at > > http://www.ustream.tv/recorded/86424059 start @ 38 min. Nice! I liked it when you described Nokogiri's graph as "carved in stone". Great metaphor. Too bad ustream requires use of Flash. > > On Thu, May 05, 2016 at 06

Re: [PATCH] gnu: Add moc.

2016-05-06 Thread Leo Famulari
On Mon, May 02, 2016 at 04:24:14PM -0400, Kei Yamashita wrote: > Everything works on my end. Would someone else like to test this patch? It works for me! But, aside from pkg-config, why are those libraries native-inputs rather than regular inputs? They package seems to work when they are regular

Re: [PATCH 00/10] Add python-barbicanclient.

2016-05-06 Thread Leo Famulari
On Fri, May 06, 2016 at 03:34:31AM +0200, Cyril Roelandt wrote: > On 05/01/2016 06:41 PM, Leo Famulari wrote: > > I wanted to make sure the updates to mock and unittest2 wouldn't break > > anything. No problems! > I also managed to rebuild a bunch of packages on my machine. I only > failed to rebui

Re: [PATCH 02/10] gnu: Update python-unittest2 to 0.6.0

2016-05-06 Thread Leo Famulari
On Fri, May 06, 2016 at 03:28:39AM +0200, Cyril Roelandt wrote: > On 04/30/2016 11:33 PM, Leo Famulari wrote: > > As with python-cmd2, could you if setuptools is required for the > > python-3 variant? > > > > So, I applied the following patch: > > > --- a/gnu/packages/python.scm > +++ b/gnu/pac

Re: [PATCH] gnu: Add r-mvtnorm.

2016-05-06 Thread Leo Famulari
On Wed, May 04, 2016 at 03:46:46PM +0200, Roel Janssen wrote: > Dear Guix, > > Yet another patch for an R package. > > Kind regards, > Roel Janssen > > >From ff2b4d8a0bc1ecf1dcc3a6ce8f3e457910e7aa33 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 4 May 2016 15:45:09 +0200 > Subject:

Re: [PATCH 0/1] Nginx: Update to 1.10.0

2016-05-06 Thread Leo Famulari
On Tue, May 03, 2016 at 01:40:42PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sun, May 01, 2016 at 03:21:47PM +0200, Ludovic Courtès wrote: > >> Leo Famulari skribis: > >> > >> > There is a new stable release of Nginx: 1.10.0: > >> > > >> > http://nginx.org/en/download.html

Re: Commit 958dd3ce68 will break emacs interface after "guix pull"

2016-05-06 Thread Alex Kost
Ludovic Courtès (2016-05-06 13:36 +0300) wrote: > Alex Kost skribis: > >> Hello Ludo, this is not related to system tests, but in this patchset >> you also moved 'memoize' to (guix combinators). In commit 86670ca4b7 I >> adjusted emacs interface to use it. > > Ooops, sorry for the breakage. I g

Re: [PATCH] Add thinkfan.

2016-05-06 Thread Leo Famulari
On Wed, May 04, 2016 at 12:12:48AM +0200, Nicolas Goaziou wrote: > Leo Famulari writes: > > Also, can you add a phase that installs the "rcscripts"? They will be > > useful for Guix users on foreign distros. > > Done. > > > I'm not sure where to install them. Since they will probably have to be

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-05-06 Thread Leo Famulari
On Thu, May 05, 2016 at 07:41:02PM +0300, Alex Kost wrote: > Ludovic Courtès (2016-05-05 17:58 +0300) wrote: > > > Leo Famulari skribis: > > > >> On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: > >>> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for > >>> pip and pyt

Re: [PATCH] gnu: Add bash-tap.

2016-05-06 Thread Leo Famulari
On Tue, May 03, 2016 at 12:44:57PM +0200, Roel Janssen wrote: > * gnu/packages/bash.scm (bash-tap): New variable. > +(arguments > + `(#:tests? #f ; There is no test suite. > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) ; There is no Makefile. >

Re: [PATCH] gnu: Add r-coda.

2016-05-06 Thread Leo Famulari
On Wed, May 04, 2016 at 03:55:23PM +0200, Roel Janssen wrote: > So, we do need r-lattice when actually using the module.. > I attached yet another patch. > > >From bc85f769c42418b307339aaafb2f3785a7a897e1 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 4 May 2016 15:53:45 +0200 > Subje

Re: [PATCH] gnu: i3status: Update to 2.10.

2016-05-06 Thread Leo Famulari
On Mon, May 02, 2016 at 04:07:19PM -0700, Al McElrath wrote: > > Attached is a patch to update i3status to 2.10. Thanks, it works! The changed library dependencies seem to be working for me. Applied as 766a22fb4d1, preceded by a switch to https URLs (I had to rebase your patch to adopt the change

Re: [PATCH] gnu: Add r-estimability.

2016-05-06 Thread Leo Famulari
On Tue, May 03, 2016 at 03:06:42PM +0200, Roel Janssen wrote: > Dear Guix, > > Here's another R package. > > Kind regards, > Roel Janssen > > >From 97775f169bcd9b81daa19ec7c298698340d5a7b9 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 3 May 2016 15:04:21 +0200 > Subject: [PATCH] gn

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-06 Thread Alex Griffin
On Fri, May 6, 2016, at 05:09 AM, Ludovic Courtès wrote: > I think it’s a good idea! A lot of the work to fix this issue will be > to raise awareness among compiler writers and invite them to have a > bootstrapping story like you describe. > > Other people in the reproducible-builds community are

[PATCH] import cran: Use URL for Bioconductor 3.3.

2016-05-06 Thread Ricardo Wurmus
* guix/import/cran.scm (%bioconductor-svn-url): Update to release URL for version 3.3. --- guix/import/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 69485bc..6f2ceed 100644 --- a/guix/import/cran.scm +++ b/gui

Re: Commit 958dd3ce68 will break emacs interface after "guix pull"

2016-05-06 Thread Ludovic Courtès
Alex Kost skribis: > Hello Ludo, this is not related to system tests, but in this patchset > you also moved 'memoize' to (guix combinators). In commit 86670ca4b7 I > adjusted emacs interface to use it. Ooops, sorry for the breakage. I guess I don’t master ‘grep’ yet. ;-) > However, it is not

Re: Proposal: Prefix language-name for language library packages

2016-05-06 Thread Ludovic Courtès
Ricardo Wurmus skribis: > alírio eyng writes: > >> i suggested renaming: >> readline, libunistring, htslib, c-ares, json-c, icu4c, ... >> to: >> c-readline, c-unistring, c-hts, c-ares, c-json, c-icu, ... >> >> no replies, is that implicit agreement? > > I strongly disagree with this as it makes

Re: [PATCH] system: Do not export PS1 in /etc/skel/.bashrc.

2016-05-06 Thread Ludovic Courtès
Alex Griffin skribis: > On Thu, May 5, 2016, at 05:34 PM, Efraim Flashner wrote: >> I'm totally not a lawyer, but I believe officially and legally any >> change you make is yours and needs/should have a copyright line. >> On the other side, I believe that if you make a change and don't >> attach

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-06 Thread Ludovic Courtès
Hello! Alex Griffin skribis: > One thing I think the Guix project should do is work with the > reproducible builds folks to publish a document explaining the issues > involved with self-hosted compilers. It should encourage language > communities to continuously maintain some way to build their

Re: rust work in progress conflicts

2016-05-06 Thread Ludovic Courtès
Alex Griffin skribis: > On Thu, May 5, 2016, at 08:35 AM, Ludovic Courtès wrote: >> >> Yeah it’s OK to do it in the order: write the package bootstrapped from >> the binary blob, and then work on bootstrapping it from OCaml. > > I do not think that bootstrapping Rust from OCaml is a practical go

Re: [PATCH 2/2] services: Add connman-service.

2016-05-06 Thread Ludovic Courtès
Efraim Flashner skribis: > * gnu/services/networking.scm (connman-service): New procedure. > (connman-service-type, %connman-activation): New variables. > (connman-shepherd-service): New procedure. > * doc/guix.texi (Networking Services): Document it. I see it’s committed, thanks! Ludo’.

Re: rust work in progress conflicts

2016-05-06 Thread Andy Wingo
On Fri 06 May 2016 11:05, Andy Wingo writes: > But given that even OCaml includes a binary blob (!), I don't think that > we can practically require bootstrapped language implementations to > bootstrap all the way. To clarify! Obviously it would be better from a reproducibility POV if we had fe

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-06 Thread John Darrington
On Thu, May 05, 2016 at 09:52:32AM -0500, Alex Griffin wrote: Hello Guixlings, One thing I think the Guix project should do is work with the reproducible builds folks to publish a document explaining the issues involved with self-hosted compilers. It should encourage langu

Re: rust work in progress conflicts

2016-05-06 Thread Andy Wingo
On Thu 05 May 2016 16:46, Alex Griffin writes: > On Thu, May 5, 2016, at 08:35 AM, Ludovic Courtès wrote: >> >> Yeah it’s OK to do it in the order: write the package bootstrapped from >> the binary blob, and then work on bootstrapping it from OCaml. > > I do not think that bootstrapping Rust fro

Re: [PATCH] New package: Seren

2016-05-06 Thread Alex Kost
Francesco Frassinelli (2016-05-05 17:34 +0300) wrote: > Hello, Hello and welcome! > I'm a new Guix user and I created a package for Seren, a P2P VoIP > conference program which uses Opus as codec. You made a new "seren.scm" file, but didn't add a standard header (with copyright, license, etc.)

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-06 Thread Pjotr Prins
Reproducible builds of D compilers http://forum.dlang.org/post/fsmdaethvbvcxnunb...@forum.dlang.org On Fri, May 06, 2016 at 01:30:18AM +0300, Efraim Flashner wrote: > On Thu, May 05, 2016 at 09:52:32AM -0500, Alex Griffin wrote: > > Hello Guixlings, > > > > One thing I think the Guix project shou