Re: [PATCH 5/5] gnu: Add python-hy.

2016-01-15 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/python.scm (python-hy, python2-hy): New variables. > > [...] > >> +(home-page "http://hylang.org/";) >> +(synopsis "Lisp frontend to Python") >> +(description >> + "Hy is a dialect of Lisp that's embedded in

Re: [PATCH] Update glade.

2016-01-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> This makes it possible to build “gnunet-gtk” with the latest version of >> GTK+. I chose to disable the three tests, because they require an X >> server with libGL support for software rendering. I couldn’t get this >> to work even after

Re: [PATCH] Add audit.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > the tests for this package cannot easily be fixed by > >#:phases >(modify-phases %standard-phases > (add-after 'unpack 'fix-tests >(lambda _ > (substitute* "auparse/test/auparse_test.ref" >(("\\(root\\)")

[PATCH] gnu: boost: Enable tests.

2016-01-15 Thread Eric Bavier
This patch turns boost package tests on. 22 of 120 test suites are skipped due to know test failures, many of which still fail with the upstream development version (http://www.boost.org/development/tests/master/developer/summary.html). Building and running the tests obviously adds to the ove

Re: go package (was docker compose)

2016-01-15 Thread Ludovic Courtès
Jeff Mickey skribis: > * "Thompson, David" [2016-01-11 10:44]: >> I hear someone has a working Go package that hasn't been submitted >> yet, so maybe we'll have Docker itself available someday. That will >> be interesting. :) > > I've gotten excited a few times on IRC, but unfortunately every t

Re: [PATCH] Update glade.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > This makes it possible to build “gnunet-gtk” with the latest version of > GTK+. I chose to disable the three tests, because they require an X > server with libGL support for software rendering. I couldn’t get this > to work even after adding “xorg-server” and “mesa”, a

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Jan 13, 2016 at 10:27:13PM -0500, Leo Famulari wrote: >> On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: >> > Leo Famulari skribis: >> > >> > > * gnu/packages/audio.scm (espeak): New variable. >> > >> > If you think eSpeak-ng is not ready yet, o

Re: [PATCH 4/5] gnu: Add python-rply.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-rply): New variables. [...] > +(home-page "") Wrong! :-) > +(synopsis > + "Pure Python based parser that also works with RPython") “Parser generator for Python”? Otherwise LGTM. Ludo’.

Re: [PATCH 2/3] gnu: Add go-1.4.

2016-01-15 Thread Ludovic Courtès
Efraim Flashner skribis: > On Thu, 14 Jan 2016 16:12:35 +0100 > l...@gnu.org (Ludovic Courtès) wrote: [...] >> Also, what’s CSP-style? :-) > > I have no idea :) I scanned golang.org but didn't see anything that looked > usable, so I hit up Wikipedia and that's what it spit out. It seems wikipe

Re: Freezing core-updates soon

2016-01-15 Thread Ludovic Courtès
Mark H Weaver skribis: > On core-updates, automake failed its test suite on both x86_64 and i686, > leading to over 2000 dependency failures. > > http://hydra.gnu.org/build/943102 > http://hydra.gnu.org/build/97 Fixed in 89b4823, thanks! Ludo’.

Re: [PATCH 5/5] gnu: Add python-hy.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-hy, python2-hy): New variables. [...] > +(home-page "http://hylang.org/";) > +(synopsis "Lisp frontend to Python") > +(description > + "Hy is a dialect of Lisp that's embedded in Python. > + > +Since Hy transforms its Lisp code in

Small texlive variant

2016-01-15 Thread Andreas Enge
Hello, the first attached patch adds a small texlive variant. I spent quite some time determining things to delete from texlive-texmf so that the result would still be usable, but I am certain the result is not minimal in the strict sense of the word. So I wondered whether the package should not b

Re: [PATCH 2/5] gnu: Add python-clint.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-clint, python2-clint): New variables. [...] > +(home-page "https://github.com/kennethreitz/clint";) > +(synopsis "Command line interface tools") > +(description > + "Clint is a Python module filled with a set of tools for developi

Re: [PATCH 3/5] gnu: Add python-astor.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-astor, python2-astor): New variables. OK! Ludo'.

Re: [PATCH 1/5] gnu: Add python-args.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages.scm (python-args, python2-args): New variables. [...] > +(home-page "https://github.com/kennethreitz/args";) > +(synopsis "CLI argument interface") What about “Command-line argument parser”? > +(description > + "This module provides the CLI argume

Re: [PATCH] Add ant-build-system.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’ve used it successfully to package the Java projects hamcrest-core, > junit, osgi-annotation, osgi-core, log4j-api, and javax-mail. Nice. > It’s especially useful in cases where a project does *not* use Ant and > would otherwise require building with Maven or recursi

Re: Reproducible Build Summit

2016-01-15 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Manolis and I had the pleasure to attend the first “Reproducible Build > Summit” this week, wonderfully well organized by Debian hackers Lunar > and Holger, along with other brilliant people, and with the support of > the Linux Foundation, the Open Technol

[PATCH 0/1] Show to use vm-image

2016-01-15 Thread Leo Famulari
This patch on the manual explains how to use the output of `guix system vm-image`. Thoughts? It seems wrong to repeat the command-line like that, but I don't know a better way to explain the elements of the command. On the other hand, the annotated version is hard to read as a command-line. Shoul

[PATCH 1/1] doc: Show how to boot result of 'vm-image'.

2016-01-15 Thread Leo Famulari
* doc/guix.texi (Invoking guix system): Explain how to boot the QEMU images created by vm-image. --- doc/guix.texi | 41 ++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index e583e8c..51165b4 100644 --- a/doc/gu