Re: matplotlib broken

2015-06-15 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: > I don’t know if I’m missing something, but when I type ‘matplotlib’ at > the prompt, I get: > > /gnu/store/g4m8q73cq4lym3v1ag7pnk5zv49mdifs-python-matplotlib-1.4.2/lib/python3.4/site-packages/matplotlib-1.4.2-py3.4-linux-x86_64.egg/matplotlib/backends/backe

Re: guix environment

2015-06-15 Thread Pjotr Prins
On Mon, Jun 15, 2015 at 03:22:55PM -0400, Thompson, David wrote: > On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins > wrote: > > On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote: > >> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins > >> wrote: > >> > > >> > Would it be OK to add some RU

Re: guix environment

2015-06-15 Thread 韋嘉誠
On Jun 15, 2015 10:11 PM, "Ludovic Courtès" wrote: > "Claes Wallin (韋嘉誠)" skribis: > > > Some of this is already in ~/.guix-profile/etc/profile. Maybe there should > > be more in there? Or are even all of the search paths in there? > > Indeed, everything is there. > > One can run: > > GUIX_PROF

Re: [PATCH] Add st

2015-06-15 Thread Mark H Weaver
amirou...@hypermove.net writes: > I attached two patches. The second patch is to rename dwm.scm I pushed these with two minor modifications: * I removed one layer of parentheses from: #:use-module ((gnu packages fontutils)) * I removed the indentation in the commit log of the second patch, t

Re: [PATCH] Libressl

2015-06-15 Thread Mark H Weaver
Andreas Enge writes: > On Mon, Jun 15, 2015 at 04:15:40PM -0400, Mark H Weaver wrote: >> The COPYING file says that the OpenSSL code is under the OpenSSL license >> and the new contributions are under ISC or public domain, so how about >> this instead? >> (license (list license:openssl >>

Re: matplotlib broken

2015-06-15 Thread Ludovic Courtès
Federico Beffa skribis: > Starting ipython3 and executing the following commands > > %matplotlib > import numpy as np > import matplotlib.pyplot as plt > t = np.r_[0:5] > plt.plot(t, t) I don’t know if I’m missing something, but when I type ‘matplotlib’ at the prompt, I get: --8<---

Re: Using symlinks in 'local-file'

2015-06-15 Thread Ludovic Courtès
Alex Kost skribis: > If one uses a relative symlink in 'local-file', it will lead to a broken > symlink in the store as illustrated in the attached example. So I think > it either: > > - should be documented explicitly that 'local-file' adds a specified > file to the store blindly, which may l

Re: Kernel recompilation on Novena

2015-06-15 Thread Andreas Enge
On Sat, Jun 06, 2015 at 02:48:28PM +0200, Andreas Enge wrote: > the following should normally be a blog post; but I do not (yet?) have a blog. I now do have a blog and made this the first post: https://enge.fr/blog/ https://enge.fr/blog/?p=21 One can also comment, but only after clicking on

Re: [PATCH] Add st

2015-06-15 Thread Ludovic Courtès
Cyril Roelandt skribis: > Not sure whether we want to have suckless.scm. Does it make sense to the > other devs? I think people on IRC were OK with the idea. > If we end up using "suckless.scm", I'd rather rename it first, and then > add st to it. Yes, but no big deal. Ludo’.

Re: [PATCH 1/3] gnu: Add ruby-git.

2015-06-15 Thread Mark H Weaver
"Thompson, David" writes: > On Mon, Jun 15, 2015 at 4:25 PM, Mark H Weaver wrote: >> It would be good to rewrite the references to the 'git' binary in the >> code to use an absolute path. This argues for making 'git' a normal >> input. What do you think? > > I was conflicted about this when pa

Re: [PATCH] Add Qsynth.

2015-06-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 13 Jun 2015 19:53:48 +0200 > Subject: [PATCH] gnu: Add Qsynth. > > * gnu/packages/audio.scm (qsynth): New variable. [...] > +(description > + "Qsynth is

Re: [PATCH] Add Faust and Guitarix.

2015-06-15 Thread Mark H Weaver
Alex Kost writes: > Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: > > [...] >> +(build-system gnu-build-system) >> +(arguments >> + `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs >> "out"))) > > I think it is clearer to use just '%output': > > `(#:make-fla

Re: [PATCH] Libressl

2015-06-15 Thread Andreas Enge
On Mon, Jun 15, 2015 at 04:15:40PM -0400, Mark H Weaver wrote: > The COPYING file says that the OpenSSL code is under the OpenSSL license > and the new contributions are under ISC or public domain, so how about > this instead? > (license (list license:openssl >license:isc)))

Re: [PATCH 1/3] gnu: Add ruby-git.

2015-06-15 Thread Thompson, David
On Mon, Jun 15, 2015 at 4:25 PM, Mark H Weaver wrote: > David Thompson writes: > >> From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Sat, 13 Jun 2015 07:46:02 -0400 >> Subject: [PATCH 1/3] gnu: Add ruby-git. >> >> * gnu/packages/ruby.scm (ru

Re: [PATCH] Add Qsynth.

2015-06-15 Thread Mark H Weaver
Ricardo Wurmus writes: > From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 13 Jun 2015 19:53:48 +0200 > Subject: [PATCH] gnu: Add Qsynth. Looks good, thanks! Mark

Re: [PATCH] Integrate the package list in the website.

2015-06-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > I would like some advice on how to add copyright notices in > 'website/static/base/css/packages.css' and > 'website/static/base/js/packages.js'. Futhermore I would like > suggestions about my commit messages, in order to make then > precise. Other comments or reviews are

Re: [PATCH 2/3] gnu: Add ruby-slop.

2015-06-15 Thread Mark H Weaver
David Thompson writes: > From b92e076fbd1fdeb396044bf66df20e471710f39a Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 13 Jun 2015 07:53:23 -0400 > Subject: [PATCH 2/3] gnu: Add ruby-slop. Looks good to me! Mark

Re: [PATCH 3/3] gnu: Add ruby-multipart-post.

2015-06-15 Thread Mark H Weaver
David Thompson writes: > From 9f7faeee96919ce78991e2c8321a329eab5bda75 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 13 Jun 2015 08:06:12 -0400 > Subject: [PATCH 3/3] gnu: Add ruby-multipart-post. Looks good! Mark

Re: [PATCH 1/3] gnu: Add ruby-git.

2015-06-15 Thread Mark H Weaver
David Thompson writes: > From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 13 Jun 2015 07:46:02 -0400 > Subject: [PATCH 1/3] gnu: Add ruby-git. > > * gnu/packages/ruby.scm (ruby-git): New variable. > --- > gnu/packages/ruby.scm | 33 +

Re: [PATCH 1/8] gnu: Add ruby-bacon.

2015-06-15 Thread Ludovic Courtès
I’ve looked at the 8 patches briefly and couldn’t spot anything suspicious ;-), so feel free to push them. Thank you! Ludo’.

Re: Complete './pre-inst-env guix ...'

2015-06-15 Thread Ludovic Courtès
Alex Kost skribis: > So (analogously to 'pcomplete/sudo') the following function may be used > to complete "pre-inst-env" properly: > > (defun pcomplete/pre-inst-env () > (pcmpl-args-pcomplete >(pcmpl-args-make-argspecs > `((argument 0 (("COMMAND" nil)) > :subparser pcmp

Re: [PATCH] Libressl

2015-06-15 Thread Mark H Weaver
Andreas Enge writes: > the attached patch adds libressl. As you can see, it is quite a bit simpler > than the openssl package, which already inspires confidence. I think we > should add the package; Agreed. > the next question would be whether we should switch > all inputs from openssl to libre

Re: guix environment

2015-06-15 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > Some of this is already in ~/.guix-profile/etc/profile. Maybe there should > be more in there? Or are even all of the search paths in there? Indeed, everything is there. One can run: GUIX_PROFILE=$HOME/.guix-profile . ~/.guix-profile/etc/profile or eval `g

Re: 'sudoers' vs. 'hosts-file'

2015-06-15 Thread Ludovic Courtès
Alex Kost skribis: > From 3b221f12e6f5be01166772f5b23b648903342954 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Mon, 15 Jun 2015 13:18:20 +0300 > Subject: [PATCH] system: Rename 'sudoers' into 'sudoers-file'. > > * gnu/system.scm (): Rename record field. > (etc-directory): Rename argumen

Re: guix environment

2015-06-15 Thread Thompson, David
On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins wrote: > On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote: >> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins >> wrote: >> > >> > Would it be OK to add some RUBY paths? >> >> What additional Ruby search paths are needed? We already have $

[PATCH] Libressl

2015-06-15 Thread Andreas Enge
Hello, the attached patch adds libressl. As you can see, it is quite a bit simpler than the openssl package, which already inspires confidence. I think we should add the package; the next question would be whether we should switch all inputs from openssl to libressl. I tried it for fetchmail, and

Re: guix environment

2015-06-15 Thread Pjotr Prins
On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote: > On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins > wrote: > > > > Would it be OK to add some RUBY paths? > > What additional Ruby search paths are needed? We already have $GEM_PATH. $GEM_HOME $GEM_SPEC_CACHE as in https://github.

Re: lsh-server in %desktop-services ?

2015-06-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I don't think this belongs in %desktop-services; I would only assume > local convenience services like connection managers to be provided by > it. There seems to be consensus, so I’ve removed it from ‘%desktop-services’ in 4a3bcae. Thanks! Ludo’.

Re: 'sudoers' vs. 'hosts-file'

2015-06-15 Thread Daniel Pimentel
On 2015-06-15 09:17, Alex Kost wrote: Daniel Pimentel (2015-06-15 01:52 +0300) wrote: On 2015-06-14 09:47, Alex Kost wrote: Hello, Since there is no real difference between 'sudoers' and 'hosts-file' fields (of operating-system declaration), what about renaming one of them? So it could be ei

Re: guix environment

2015-06-15 Thread 韋嘉誠
On 15-Jun-2015 8:56 am, "Pjotr Prins" wrote: > > Is there a way guix could quickly print out the information it now gives after > a successful package install: > > The following environment variable definitions may be needed: >export PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-prof

Re: guix environment

2015-06-15 Thread Thompson, David
On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins wrote: > > Would it be OK to add some RUBY paths? What additional Ruby search paths are needed? We already have $GEM_PATH. - Dave

Re: Complete './pre-inst-env guix ...'

2015-06-15 Thread Alex Kost
Ludovic Courtès (2015-06-15 01:07 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-06-10 22:44 +0300) wrote: >> >> [...] >>> Actually ‘sudo’ completion works well by default; e.g., “sudo ha” >>> completes to “sudo halt”. Could it be that there’s another way to >>> achieve that? >> >

Re: 'sudoers' vs. 'hosts-file'

2015-06-15 Thread Alex Kost
Ludovic Courtès (2015-06-15 00:48 +0300) wrote: > Alex Kost skribis: > >> Since there is no real difference between 'sudoers' and 'hosts-file' >> fields (of operating-system declaration), what about renaming one of >> them? > > Makes sense. > >> So it could be either: >> >> 'sudoers-file' and '

Re: 'sudoers' vs. 'hosts-file'

2015-06-15 Thread Alex Kost
Daniel Pimentel (2015-06-15 01:52 +0300) wrote: > On 2015-06-14 09:47, Alex Kost wrote: >> Hello, >> >> Since there is no real difference between 'sudoers' and 'hosts-file' >> fields (of operating-system declaration), what about renaming one of >> them? So it could be either: >> >> 'sudoers-fil

Re: emacs packages

2015-06-15 Thread Mathieu Lirzin
This seems like a great idea. Federico Beffa writes: > There are a lot of Emacs packages. For this reason I would like to > propose to prefix them with 'emacs-' as we do with Python, ... IMO an 'el-' prefix would be better since it refers to the actual language, and it's more concise. -- Mathi

emacs packages

2015-06-15 Thread Federico Beffa
Hi, I would like to know what people think about having an 'emacs-build-system' to build packages imported from an ELPA repository. Note that the package archives provided by such a repository are slightly different from the '.tar.gz' files that you download from the "real" project home. One dif

Re: [PATCH] Replace ATLAS with OpenBLAS (+lapack)

2015-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> attached are three more patches to replace ATLAS with OpenBLAS in >> python.scm. [...] >> From 79d29126037cd227b01b3a193bf016ec9e12b4fb Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Fri, 12 Jun 2015 11:34:39 +0200 >> Subject:

Re: guix environment

2015-06-15 Thread Ricardo Wurmus
Pjotr Prins writes: > Is there a way guix could quickly print out the information it now gives after > a successful package install: > > The following environment variable definitions may be needed: >export > PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-profile/sbin" >export