Re: Font package naming convention

2014-11-19 Thread Alex Kost
Ludovic Courtès (2014-11-19 12:01 +0300) wrote: > I think there were a couple of packages submitted, notably the > Liberation font. > > What about resubmitting them following the agreed-upon naming > convention, Alex? Sure, I'm just waiting for the existing packages to be updated, because I don't

Re: [PATCH] emacs: Honor 'geiser-guile-load-path'

2014-11-19 Thread Alex Kost
Ludovic Courtès (2014-11-19 12:25 +0300) wrote: > I found that guix.el would override my ‘geiser-guile-load-path’ > settings. This patch fixes that. OK to apply? > > Thanks, > Ludo’. > > diff --git a/emacs/guix-backend.el b/emacs/guix-backend.el > index 6537888..a320eae 100644 > --- a/emacs/guix

Re: Containers on Guix

2014-11-19 Thread David Thompson
The missing footnote: [0] http://www.freedesktop.org/software/systemd/man/systemd-nspawn.html -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Containers on Guix

2014-11-19 Thread David Thompson
Hello all, As some of you know, I wrote 'guix environment' as the first step on my journey to use Guix to improve my (and hopefully others) software development workflow. Now that the basics are working, I'm interested in taking things further. In particular, I want to extend 'guix environment'

Re: [PATCH] gnu: gst-plugins-good: Enable more plugins (I hope I have the commit message format right this time.)

2014-11-19 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/gstreamer.scm (gst-plugins-good): New inputs: > cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg, > libXext, libxv, pulseaudio LGTM. With a period at the end of the commit message, it’ll be perfect. :-) Thanks, Ludo’.

Re: Testing 0.8

2014-11-19 Thread Adam Pribyl
On Tue, 18 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: I am testing the 0.8 Guix release as announced. Installation went pretty smooth from USB. Noticed network devices are now renamed to "unique" names. Fine, but one should be careful when starting networking and "eth0" is missing.

Release process

2014-11-19 Thread Ludovic Courtès
I added to guix/maintenance.git a document, doc/release.org, that attempts to document the release process (said process could probably benefit from a bit more automation.) If you’re curious, I’d welcome comments. Ludo’.

Re: [PATCH] gnu: Add Glulxe.

2014-11-19 Thread Eric Bavier
>> 宋文武 writes: >> >>> * gnu/packages/games.scm (glkterm, glulxe): New variables. >>> --- >>> gnu/packages/games.scm | 79 >>> ++ >>> 1 file changed, 79 insertions(+) I pushed this as commit 77264d1. Thanks! -- Eric Bavier Please avoid sending

[PATCH] gnu: gst-plugins-good: Enable more plugins (I hope I have the commit message format right this time.)

2014-11-19 Thread John Darrington
* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs: cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg, libXext, libxv, pulseaudio --- gnu/packages/gstreamer.scm | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/gnu/pa

FOSDEM talk

2014-11-19 Thread Ludovic Courtès
Hello, I would like to submit a proposal for a Guix talk to the distribution track at FOSDEM, like last year, and the deadline is approaching: https://fosdem.org/2015/news/2014-09-30-accepted-devrooms/ On one hand, I’m starting to feel like a broken record ;-), but on the other, a general talk

Re: [PATCH] gnu: fix some issues cross-compiling glib

2014-11-19 Thread Ludovic Courtès
John Darrington skribis: > On Wed, Nov 19, 2014 at 09:53:24AM +0100, Ludovic Court??s wrote: [...] > core-updates no longer exists. Perhaps let???s just make a > ???cross-compilation??? branch (or ???arm) with all such changes. > Then we???ll arrange for Hydra to build that

Re: [PATCH] gnu: Add Glulxe.

2014-11-19 Thread 宋文武
Eric Bavier writes: > 宋文武 writes: > >> * gnu/packages/games.scm (glkterm, glulxe): New variables. >> --- >> gnu/packages/games.scm | 79 >> ++ >> 1 file changed, 79 insertions(+) >> >> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm >

Re: [PATCH] gnu: Add Wine.

2014-11-19 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> From ff676fcd6a5086b700186751c0745e08769dbd4c Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Sat, 15 Nov 2014 21:02:30 +0800 >> Subject: [PATCH] gnu: Add Wine. >> >> * gnu/packages/wine.scm: New file. >> * gnu-syste

Re: [PATCH] gnu: cross-base: Add libc/hurd.

2014-11-19 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From e0fa86ca6fa59e8365188e19b4360ccf71e309f2 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Sun, 26 Oct 2014 11:29:41 + > Subject: [PATCH] gnu: cross-base: Add libc/hurd. > > * gnu/packages/cross-base.scm (cross-libc): Added libc/hurd. I’ve removed

Re: [PATCH] gnu: cross-base: Add libc/hurd.

2014-11-19 Thread Ludovic Courtès
Manolis Ragkousis skribis: > --- a/gnu/packages/hurd.scm > +++ b/gnu/packages/hurd.scm > @@ -150,7 +150,7 @@ Library and other user programs.") > (build-system gnu-build-system) > (inputs `(("glibc-hurd-headers" ,glibc/hurd-headers))) > (native-inputs > - `(("autoconf" ,autocon

Re: Font package naming convention

2014-11-19 Thread Andreas Enge
On Wed, Nov 19, 2014 at 10:01:15AM +0100, Ludovic Courtès wrote: > Andreas, could you take a look at updating the guidelines? Do you want > to handle the rename of existing font packages as well? Indeed I had volunteered, but not found the time. I revolunteer ;-) Andreas

Re: [PATCH] gnu: fix some issues cross-compiling glib

2014-11-19 Thread John Darrington
On Wed, Nov 19, 2014 at 09:53:24AM +0100, Ludovic Court??s wrote: You probably need (assoc-ref (or native-inputs inputs) "bash"), meaning you???ll refer to the native Bash both when compiling natively and when cross-compiling (as done in ATLAS and OpenSSL.) OK, I will try that

[PATCH] emacs: Honor 'geiser-guile-load-path'

2014-11-19 Thread Ludovic Courtès
I found that guix.el would override my ‘geiser-guile-load-path’ settings. This patch fixes that. OK to apply? Thanks, Ludo’. diff --git a/emacs/guix-backend.el b/emacs/guix-backend.el index 6537888..a320eae 100644 --- a/emacs/guix-backend.el +++ b/emacs/guix-backend.el @@ -206,7 +206,8 @@ this

Re: [PATCH 1/2] gnu: Add numpy

2014-11-19 Thread Ludovic Courtès
Federico Beffa skribis: > Please note that this patch will NOT build until the 'python-wrapper' > will be applied (but I tested it again with my previous > 'python-wrapper' patch). It is my understanding that Andreas will look > into the 'python-wrapper' patch at a suitable time. The ‘python-wra

Re: Font package naming convention

2014-11-19 Thread Ludovic Courtès
I think there were a couple of packages submitted, notably the Liberation font. What about resubmitting them following the agreed-upon naming convention, Alex? Andreas, could you take a look at updating the guidelines? Do you want to handle the rename of existing font packages as well? Thanks,

Re: Help needed for screenshots

2014-11-19 Thread Ludovic Courtès
Bruno Félix Rezende Ribeiro skribis: > Attached is a patch that fix the cluttering issue. I've taken an > alternative design however: one that neither requires the creation > of another dedicated page, nor makes the JS license table always > visible on the main page. > > The attached patch makes

Re: [PATCH] gnu: fix some issues cross-compiling glib

2014-11-19 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Nov 18, 2014 at 09:36:10PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > From: John Darrington > > > > * gnu/packages/glib.scm (glib) : Moved inputs to native-inputs, > > and change "inputs" to "%build-inputs"