[PATCH] emacs-build-system: Fix a file name of info directory.

2015-09-03 Thread Alex Kost
Currently emacs-build-system moves info files to "share/info/" directories (as can be seen with ‘emacs-flycheck’ package, for example). So "info" command (in console or emacs) can't find such manuals. I think it should be changed. >From 72a10f97a6ffd8a70fcea079a0be6a365a45b1b9 Mon Sep 17

Re: [PATCH] emacs-build-system: Fix a file name of info directory.

2015-09-03 Thread Thompson, David
On Thu, Sep 3, 2015 at 10:02 AM, Alex Kost wrote: > Currently emacs-build-system moves info files to "share/info/" > directories (as can be seen with ‘emacs-flycheck’ package, for example). > So "info" command (in console or emacs) can't find such manuals. I > think it should

Re: R dependencies

2015-09-03 Thread Vicente Vera
Hi, Sure. The error message is this: X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 15 could not be loaded No plot is being drawn; only a blank window appears. The code: ggplot(data = fig1, aes(x = Var1, y = Freq, fill = brewer.pal(length(levels(the_data$VARIABLE1)),

Re: [PATCH] gnu: ratpoison: Add multiple monitors support.

2015-09-03 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> Removing the dependency on libxinerama solves the problem for me. >>> >>> Am I missing something? Should we revert it? >> >> On my setup it's the

[PATCH] Build tarballs with deterministic file ordering

2015-09-03 Thread Mark H Weaver
This is for core-updates. Mark >From 92226a470ddc980e54863632e5b179bf40444bd7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 3 Sep 2015 12:51:47 -0400 Subject: [PATCH] Build tarballs with deterministic file ordering. * guix/packages.scm (patch-and-repack)[build],

Re: New ‘guix graph’ command

2015-09-03 Thread Ludovic Courtès
Hey! Andreas Enge skribis: > Very neat indeed! A tiny bit of nitpicking: Would it not be preferable if > the arrows were reversed, from the inputs to the dependent packages? Dunno, maybe the graph people would choose the other direction but I like it this way, looks more

[PATCHES] Get elogind-service working as intended

2015-09-03 Thread Mark H Weaver
These patches are needed to get Andy's elogind-service working as intended, e.g. to allow things like suspend-on-lid-close and various hot keys to work. I'm not really happy with any of these, so if someone wants to solve these problems in a better way, please don't hesitate to do so :) Comments

Re: [PATCH] R dependencies

2015-09-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 11e8a484733b492ff5ecd6119b9bdef238be6e67 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 3 Sep 2015 11:41:07 +0200 > Subject: [PATCH 1/3] gnu: r: Drop IcedTea from inputs. > > *

Re: [PATCH] Build tarballs with deterministic file ordering

2015-09-03 Thread Ludovic Courtès
Mark H Weaver skribis: > From 92226a470ddc980e54863632e5b179bf40444bd7 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Thu, 3 Sep 2015 12:51:47 -0400 > Subject: [PATCH] Build tarballs with deterministic file ordering. > > * guix/packages.scm

[PATCH 0/1] Add Anonymous Pro fonts

2015-09-03 Thread Leo Famulari
This patch adds the Anonymous Pro fonts [1]. Your comments are requested! I am not sure about the module name. The guidelines require placing the name of the foundry between "font-" and "anonymous-pro". In this case, that would result in "font-mark-simonson-studio-anonymous-pro". Seems long. And

Re: New ‘guix graph’ command

2015-09-03 Thread Andreas Enge
Hello! On Thu, Aug 27, 2015 at 12:53:03AM +0200, Ludovic Courtès wrote: > Here’s a long overdue ‘guix graph’ command (documentation below.) > Comments welcome! Very neat indeed! A tiny bit of nitpicking: Would it not be preferable if the arrows were reversed, from the inputs to the dependent

Re: New ‘guix graph’ command

2015-09-03 Thread Thompson, David
On Thu, Sep 3, 2015 at 4:46 PM, Ludovic Courtès wrote: > Hey! > > Andreas Enge skribis: > >> Very neat indeed! A tiny bit of nitpicking: Would it not be preferable if >> the arrows were reversed, from the inputs to the dependent packages? > > Dunno, maybe the graph

[PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-03 Thread Leo Famulari
* gnu/packages/fonts.scm (font-anonymous-pro): New variable. --- gnu/packages/fonts.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index a78995c..75e6fe8 100644 --- a/gnu/packages/fonts.scm +++

RE: New ‘guix graph’ command

2015-09-03 Thread Cook, Malcolm
Hi, I like the request. I think the dependent packages should be pointed to. In this way, each node in the graph and its outgoing arrows reflect the contents of a single package. ~Malco > -Original Message- > From: guix-devel-bounces+mec=stowers@gnu.org [mailto:guix-devel- >

Re: [PATCH] gnu: ratpoison: Add multiple monitors support.

2015-09-03 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin skribis: >> >>> * gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama". >> >> I found out that with this change, Ratpoison no longer works on my >>

Re: '-light' vs. '-minimal' packages

2015-09-03 Thread Alex Kost
Ludovic Courtès (2015-09-02 23:18 +0300) wrote: > Alex Kost skribis: [...] >> We have ‘bash-light’ and ‘wpa-supplicant-light’; ‘bioperl-minimal’ and >> ‘cups-minimal’. I think we should stick to a single name for such >> light/minimal packages. (I prefer "…-minimal") > >

[PATCH] R dependencies

2015-09-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Speaking of which: should we get rid of icedtea6:jdk in the default R > package (closure size: 1GiB), and maybe of TeX Live (4GiB)? Or should > we provide, say, ‘r-light’ with the definition above? > > I’m afraid having these two dependencies by default

Re: Hack the (init) system!

2015-09-03 Thread Thompson, David
On Thu, Sep 3, 2015 at 5:02 PM, Ludovic Courtès wrote: > Howdy Guix! > > We’ve all been talking about it for some time: a REPL server in dmd! > > This can be done by changing zero lines in dmd: > > > > Then you can do: > > deco start dmd-repl > socat

Re: Hack the (init) system!

2015-09-03 Thread Thompson, David
Hi there, me again. On Thu, Sep 3, 2015 at 5:02 PM, Ludovic Courtès wrote: > Howdy Guix! > > We’ve all been talking about it for some time: a REPL server in dmd! > > This can be done by changing zero lines in dmd: > > > > Then you can do: > > deco start dmd-repl > socat

Re: Texinfo in descriptions?

2015-09-03 Thread Ludovic Courtès
Mathieu Lirzin skribis: > From e691c2080929dd1390184ab4669de8b2695a237f Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Fri, 7 Aug 2015 00:10:43 +0200 > Subject: [PATCH] ui: Add package-description-string. > > Provide support for Texinfo's

Hack the (init) system!

2015-09-03 Thread Ludovic Courtès
Howdy Guix! We’ve all been talking about it for some time: a REPL server in dmd! This can be done by changing zero lines in dmd: diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 888e446..f39a0a4 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -46,6 +46,7 @@

Re: Hack the (init) system!

2015-09-03 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > We’ve all been talking about it for some time: a REPL server in dmd! > > This can be done by changing zero lines in dmd: Cool hack! > I’m tempted to just commit that. There are shortcomings: (1) the REPL > server runs in a thread and threads + fork

[DMD] [PATCH] service: Export provided-by procedure.

2015-09-03 Thread David Thompson
>From 1d1ffe513750d040ddde68c1baa0a5c59fb6b679 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 3 Sep 2015 22:46:57 -0400 Subject: [PATCH] service: Export provided-by procedure. * modules/dmd/service.scm: Export provided-by. --- modules/dmd/service.scm | 1 + 1