Re: How to handle required plugins and dbus services for GNOME Programs?

2015-06-29 Thread Federico Beffa
On Mon, Jun 29, 2015 at 1:35 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> On Thu, Jun 25, 2015 at 1:49 PM, Ludovic Courtès wrote: >>> Federico Beffa skribis: >>> l...@gnu.org (Ludovic Courtès) writes: >>> >>> [...] >>> > Really? In Evince, I can change the state of variou

Re: [PATCH 4/4] gnu: git: Add inputs for send-email.

2015-06-29 Thread Eric Bavier
On Mon, 29 Jun 2015 13:56:51 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ericbav...@openmailbox.org skribis: > > > From: Eric Bavier > > > > * gnu/packages/version-control.scm (git)[inputs]: Add > > perl-authen-sasl, perl-net-smtp-ssl, and perl-io-socket-ssl. > > [arguments]: Add #:modules

Re: Help with a basic GuixSD installation

2015-06-29 Thread Daniel Pimentel
On 2015-06-29 15:18, Evan Rowley wrote: Hello, I have not been successful attempting to install GuixSD. I am not well versed in partitioning, GRUB, and Guix itself. Could someone help me with the basics necessary to complete this installation? Also, does anyone have advice on what to do when Gui

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-29 Thread Cyril Roelandt
On 06/29/2015 09:35 PM, John Darrington wrote: > The measure of contribution of any one individual cannot be determined by > any parametric algorithm. > Right. > Attempting to generate such a list might lead to people makeing trivial or > frivolous contributions in order to get their name in t

Re: Generate 'AUTHORS'

2015-06-29 Thread Cyril Roelandt
On 06/29/2015 09:26 PM, Alex Kost wrote: > However I see an issue with the autogenerated AUTHORS. There will be > duplicates since people not always use a single name/e-mail. For > example, there are: The proper way to fix this (and this should probably be done with or without this patch) is to

Help with a basic GuixSD installation

2015-06-29 Thread Evan Rowley
Hello, I have not been successful attempting to install GuixSD. I am not well versed in partitioning, GRUB, and Guix itself. Could someone help me with the basics necessary to complete this installation? Also, does anyone have advice on what to do when GuixSD is booting, has issues, and then drops

Re: bug#20920: Show example for GuixSD config.scm

2015-06-29 Thread Evan Rowley
Thank you Ludo for sharing your config.scm - it helped me a little. I'm still experiencing issues and have started the thread "Help with basic GuixSD installation" on guix-devel@gnu.org. On Mon, Jun 29, 2015 at 4:46 AM, Ludovic Courtès wrote: > Hello, > > Evan Rowley skribis: > >> I'm very int

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-29 Thread John Darrington
On Sun, Jun 28, 2015 at 10:43:23PM +0200, Ludovic Court??s wrote: I think we should consider generating ???AUTHORS??? upon ???make dist??? eventually, ideally with a list of those who contributed to the last release, and then the list of all those who contributed at all.

Generate 'AUTHORS'

2015-06-29 Thread Alex Kost
Ludovic Courtès (2015-06-28 23:43 +0300) wrote: > I think we should consider generating ‘AUTHORS’ upon ‘make dist’ > eventually, ideally with a list of those who contributed to the last > release, and then the list of all those who contributed at all. Any > takers? :-) I can try. IIUC it requi

[PATCH 3/5] gnu: evas-generic-loaders: Update to 1.14.0.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.14.0. --- gnu/packages/enlightenment.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 975d2e0..53e8c8d 100644 --- a/gnu/packages/

[PATCH 2/5] gnu: elementary: Update to 1.14.2.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (elementary): Update to 1.14.2. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 37ab08e..975d2e0 100644 --- a/gnu/packages/enlightenm

[PATCH 4/5] gnu: emotion-generic-loaders: Update to 1.14.0.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update to 1.14.0. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 53e8c8d..c13af20 100644 --- a/gnu/pack

[PATCH 5/5] gnu: enlightenment: Update to 0.19.5.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.5. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index c13af20..37b64d7 100644 --- a/gnu/packages/enlight

[PATCH 1/5] gnu: efl: Update to 1.14.2.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.14.2. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index c642300..37ab08e 100644 --- a/gnu/packages/enlightenment.scm

[PATCH] gnu: base: Build glibc-hurd for i586-pc-gnu instead of i686-pc-gnu.

2015-06-29 Thread Manolis Ragkousis
With this patch we can produce working static binaries for a Hurd system. We had to change it to use i586, because the default i686 variant introduces bugs. And when building for i586, we had the no_hidden issue so I had to apply the patch for that. Next is the patch for make-bootstrap.scm Mano

[PATCH] Add Hydrogen.

2015-06-29 Thread Ricardo Wurmus
>From 795a43bf73a3a3417e095a5f88c48603e2a67ad7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 29 Jun 2015 18:26:43 +0200 Subject: [PATCH] gnu: Add Hydrogen. * gnu/packages/music.scm (hydrogen): New variable. --- gnu/packages/music.scm | 70 ++

Re: [PATCH 2/4] gnu: Add perl-gssapi.

2015-06-29 Thread Eric Bavier
On Mon, 29 Jun 2015 13:48:08 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ericbav...@openmailbox.org skribis: > > > From: Eric Bavier > > > > * gnu/packages/web.scm (perl-gssapi): New variable. > > [...] > > > +(inputs `(("gssapi" ,mit-krb5))) > > If it works with GNU GSS (‘gss’), it wou

[PATCH] Add WarpedLMM.

2015-06-29 Thread Ricardo Wurmus
>From 0362c7d01134a46530f9fe01a477c28fd3ae15ff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 17 Jun 2015 12:22:19 +0200 Subject: [PATCH] gnu: Add WarpedLMM. * gnu/packages/bioinformatics.scm (python2-warpedlmm): New variable. --- gnu/packages/bioinformatics.scm | 47 ++

Re: [PATCH] Add Blast+.

2015-06-29 Thread Ricardo Wurmus
Mark H Weaver writes: >> + (snippet >> + '(begin >> + ;; Remove bundled bzip2 and zlib >> + (delete-file-recursively "c++/src/util/compress/bzip2") >> + (delete-file-recursively "c++/src/util/compress/zlib") >> +

Python conflicts.

2015-06-29 Thread Ricardo Wurmus
Hi Guix, there are two things related to the installation of Python modules that I would like to see changed; but as I may not understand what side effects the proposed changes might have I'd like to gather some opinions first. 1) Nosetests Installing Python modules that have an input "python-no

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

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-flake8, python2-flake8): New variables. [...] > +(synopsis > + "The modular source code checker: pep8, pyflakes and co") Rather: “Modular Python source code analysis tool”? > +(description > + "Flake8 is a wrapper a

Re: [PATCH 3/4] gnu: Add python-mccabe.

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-mccabe, python2-mccabe): New variables. [...] > +(description "McCabe checker, plugin for flake8") I’m just guessing, but rather something like: “This package provides a Flake8 plug-in to compute the McCabe cyclomatic complexity o

Re: [PATCH 2/4] gnu: Add python-pyflakes.

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-pyflakes, python2-pyflakes): New variables. [...] > +(description > + "A simple program which checks Python source files for errors.") Rather: “PyFlakes statically checks Python source code for common errors, such as FOO and

Re: [PATCH 1/4] gnu: Add python-pep8.

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-pep8, python2-pep8): New variables. [...] > +(synopsis "Python style guide checker") > +(description > + "A tool to check your Python code against some of the style conventions > in > +PEP 8.") Rather make it a sentence:

Re: [PATCH] withershins: use “libiberty” package

2015-06-29 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 8f6dd7a290d32b154cc353b69373d5a0225d88e5 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 28 Jun 2015 10:22:45 +0200 > Subject: [PATCH] gnu: withershins: Use new "libiberty" package. > > * gnu/packages/code.scm (withershins)[inputs]: Replace "gcc" with

Re: [PATCH] Add libiberty.

2015-06-29 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Alas, the current default (4.9) does not install "libiberty.a". That is > why I wrote the function "make-libiberty" to generate a "libiberty" > package given a certain version of GCC. For "powertabeditor" I just > want to use the current defaults for both GCC and "libi

Re: [PATCH 4/4] gnu: git: Add inputs for send-email.

2015-06-29 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/version-control.scm (git)[inputs]: Add > perl-authen-sasl, perl-net-smtp-ssl, and perl-io-socket-ssl. > [arguments]: Add #:modules argument with srfi-1. In 'split phase, > wrap git-send-email. [...] > + #:mod

Re: [PATCH 3/4] gnu: Add perl-authen-sasl.

2015-06-29 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/web.scm (perl-authen-sasl): New variable. OK. Ludo'.

Re: [PATCH 2/4] gnu: Add perl-gssapi.

2015-06-29 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/web.scm (perl-gssapi): New variable. [...] > +(inputs `(("gssapi" ,mit-krb5))) If it works with GNU GSS (‘gss’), it would be better to use that. > +(description "This is a Perl extension for using GSSAPI C-Bind

Re: [PATCH 1/4] gnu: Add perl-net-smtp-ssl.

2015-06-29 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/web.scm (perl-net-smtp-ssl): New variable. OK. Ludo'.

Re: How to handle required plugins and dbus services for GNOME Programs?

2015-06-29 Thread Ludovic Courtès
Federico Beffa skribis: > On Thu, Jun 25, 2015 at 1:49 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >> >>> l...@gnu.org (Ludovic Courtès) writes: >> >> [...] >> Really? In Evince, I can change the state of various things (such as whether or not to view documents continuously

Re: guix environment & PS1

2015-06-29 Thread 韋嘉誠
On Mon, Jun 29, 2015 at 10:41 AM, Ludovic Courtès wrote: > "Claes Wallin (韋嘉誠)" skribis: >> On Thu, Jun 25, 2015 at 3:28 PM, Ricardo Wurmus >> wrote: >>> I’m mostly using “guix environment” with a single package name, and for >>> that purpose it would be nice if I could make the shell prompt i

Re: [PATCH] Add skalibs, execline.

2015-06-29 Thread 韋嘉誠
On Jun 28, 2015 10:38 PM, "Ludovic Courtès" wrote: > "Claes Wallin (韋嘉誠)" skribis: > > +(search-paths > > + (list (search-path-specification > > +(variable "CPATH") > > +(files '("include"))) > > + (search-path-specification > > +(variable "L

Re: [PATCH] Add libiberty.

2015-06-29 Thread Ricardo Wurmus
>> Following the GCC version automatically dependent on whatever value the >> variable "gcc" has is just a bonus to simplify upgrades to the default >> version of GCC (as the recent move from 4.8 to 4.9). > > I don’t get it. If we use ‘gcc’ instead of ‘gcc-4.8’, it doesn’t work, > because ‘gcc’ is

Re: guix environment & PS1

2015-06-29 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > On Thu, Jun 25, 2015 at 3:28 PM, Ricardo Wurmus > wrote: >> Thompson, David writes: >>> On Thu, Jun 25, 2015 at 8:02 AM, Ricardo Wurmus >>> wrote: Would it be feasible to give "GUIX_ENVIRONMENT" the package name as a value instead of just "t"? >>>

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-29 Thread Ludovic Courtès
Andreas Enge skribis: > On Sun, Jun 28, 2015 at 11:05:35AM -0500, Eric Bavier wrote: >> I would prefer to keep "deal.II" for the name at least, because that it >> the software's declared name, despite the domain and tarball being >> "dealii". Are there arguments against it? > > The package namin

Re: [PATCH] Add libiberty.

2015-06-29 Thread Ludovic Courtès
Ricardo Wurmus skribis: > +(define-public libiberty > + (make-libiberty gcc)) s/gcc/gcc-4.8/ if 4.8 is the last package installing it. >>> >>> I wanted to provide a default libiberty package for the default “gcc”. >>> Otherwise any change to the default GCC version would requir