Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread John Darrington
On Sun, Nov 30, 2014 at 02:08:35PM -0500, Ian Denhardt wrote: Quoting John Darrington (2014-11-30 13:58:15) > OK. How about I start a new module "xdisorg" for X related stuff not > part of x.org ? Hah. How about "xorg-contrib" ? Hmm. Normally the -contrib s

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

2014-11-30 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 9fc297bec8397ee8ed7d27f0cfb9b5c14ac1dffc Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Sun, 30 Nov 2014 20:43:30 + > Subject: [PATCH] gnu: cross-base: Add libc/hurd. > > * gnu/packages/cross-base.scm (cross-libc): Added libc/hurd. Thanks, pushe

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread Andreas Enge
On Sun, Nov 30, 2014 at 07:58:15PM +0100, John Darrington wrote: > OK. How about I start a new module "xdisorg" for X related stuff not part of > x.org ? I like the joke! Andreas

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread Ian Denhardt
Quoting John Darrington (2014-11-30 13:58:15) > OK. How about I start a new module "xdisorg" for X related stuff not > part of x.org ? Hah. How about "xorg-contrib" ? signature.asc Description: signature

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

2014-11-30 Thread Manolis Ragkousis
The updated patch. It applies successfully on a fresh checkout of wip-hurd. Check if it applies and let me know. From 9fc297bec8397ee8ed7d27f0cfb9b5c14ac1dffc Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Sun, 30 Nov 2014 20:43:30 + Subject: [PATCH] gnu: cross-base: Add libc/hurd. *

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread John Darrington
On Sun, Nov 30, 2014 at 07:05:08PM +0100, Andreas Enge wrote: On Sun, Nov 30, 2014 at 06:56:18PM +0100, John Darrington wrote: > Any suggestions where ? No idea. Does it make sense to create a new module for packages "close" to x.org? In doubt, you can always add a module

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread Andreas Enge
On Sun, Nov 30, 2014 at 06:56:18PM +0100, John Darrington wrote: > Any suggestions where ? No idea. Does it make sense to create a new module for packages "close" to x.org? In doubt, you can always add a module for just one package, but this is a bit of a waste. Andreas

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread John Darrington
On Sun, Nov 30, 2014 at 06:45:11PM +0100, Andreas Enge wrote: Hi John, I think this package should go somewhere else. Any suggestions where ? J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keys

Re: [PATCH] Core sanity and taking build options from environment.

2014-11-30 Thread Ludovic Courtès
Deck Pickard skribis: > On 28 Nov 2014 22:52, "Ludovic Courtès" wrote: >> >> Deck Pickard skribis: >> >> > From 3693753aefc27b5a68a2b762feeebc41320e79ef Mon Sep 17 00:00:00 2001 >> > From: nebuli >> > Date: Wed, 26 Nov 2014 19:51:37 +0100 >> > Subject: [PATCH 1/2] guix: Default to daemon's def

Re: poor scrolling in qemu-kvm

2014-11-30 Thread Andreas Enge
On Sun, Nov 30, 2014 at 05:05:30PM +0100, Federico Beffa wrote: > Right now there are newer versions than the ones mentioned in the > comment of the mesa package. If things require substantial upgrades I > will get back to the list. I know, but I tried to package mesa 10 until I realised it would

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread Andreas Enge
Hi John, On Sun, Nov 30, 2014 at 04:06:00PM +0100, John Darrington wrote: > * gnu/packages/xorg.scm (xclip): New variable. the xorg module is supposed to contain only packages from x.org (plus a few dependencies, plus a few extra ones, as with many modules, the boundaries are not 100% clear). So

Re: [PATCH] Core sanity and taking build options from environment.

2014-11-30 Thread Deck Pickard
On 28 Nov 2014 22:52, "Ludovic Courtès" wrote: > > Deck Pickard skribis: > > > From 3693753aefc27b5a68a2b762feeebc41320e79ef Mon Sep 17 00:00:00 2001 > > From: nebuli > > Date: Wed, 26 Nov 2014 19:51:37 +0100 > > Subject: [PATCH 1/2] guix: Default to daemon's default --cores setting of 1. > > I

Re: [PATCH] gnu: Add matplotlib.

2014-11-30 Thread Ludovic Courtès
Federico Beffa skribis: > On Sat, Nov 29, 2014 at 10:05 PM, Ludovic Courtès wrote: >> What happens is that ‘package-with-python2’ automatically generates >> python2 variants of the dependencies of the package you give it. So >> (package-with-python2 python-matplotlib) generates a package with a

Re: [PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man

2014-11-30 Thread Ludovic Courtès
宋文武 skribis: > I have some problems to get the account activated now, > once done, I will ping you :) You should be all set now. Happy hacking! Ludo’.

Re: poor scrolling in qemu-kvm

2014-11-30 Thread Federico Beffa
On Sat, Nov 29, 2014 at 10:20 PM, Andreas Enge wrote: > On Sat, Nov 29, 2014 at 09:53:54PM +0100, Ludovic Courtès wrote: >> Long story short: we just need to update MESA to use the newer libdrm, >> and we should be able to fix that. >> Would you like to try? :-) I will first finish the work on n

Re: [PATCH] gnu: Add matplotlib.

2014-11-30 Thread Federico Beffa
On Sat, Nov 29, 2014 at 10:05 PM, Ludovic Courtès wrote: > What happens is that ‘package-with-python2’ automatically generates > python2 variants of the dependencies of the package you give it. So > (package-with-python2 python-matplotlib) generates a package with an > input that is exactly (pack

Re: [PATCH] gnu: Add xclip.

2014-11-30 Thread Eric Bavier
John Darrington writes: > * gnu/packages/xorg.scm (xclip): New variable. > --- > gnu/packages/xorg.scm | 24 > 1 file changed, 24 insertions(+) > [...] > +(description "Xclip is a command line interface to the X11 clipboard. It Two spaces here

[PATCH] gnu: Add xclip.

2014-11-30 Thread John Darrington
* gnu/packages/xorg.scm (xclip): New variable. --- gnu/packages/xorg.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 292845c..b3db8cf 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -47,6 +47,

Services and access to the global configuration

2014-11-30 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: >> >>> Ludovic Courtès writes: >>> Adam Pribyl skribis: [...] >>> I just put it in my config.scm: >>> >>> (define (console-layout-service layout) >>> (with-monad %store-monad >>> (return >>> (service >>>(

Re: Few notes to 0.8

2014-11-30 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Ludovic Courtès writes: >> >>> Adam Pribyl skribis: > > [...] > 2. during boot the system twice sets the console font, each time to a different one (this is not always reproducible). Minor. >>> >>> Hmm, you mean on the same tty? >> Yeah, I