Re: guix import issue

2015-06-14 Thread Pjotr Prins
On Sun, Jun 14, 2015 at 05:20:23PM +1000, Ben Woodcroft wrote: One of the benefits of Guix is that you can press Ctrl-C any time without consequences (I do it regularly). Thanks for the update. I knew this was true of installing packages, just wasn't sure about other operations. It is not

'sudoers' vs. 'hosts-file'

2015-06-14 Thread Alex Kost
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-file' and 'hosts-file' or 'sudoers' and 'hosts' (I prefer the latter variant) -- Alex

Re: guix import issue

2015-06-14 Thread Ben Woodcroft
On 14/06/15 00:46, Alex Kost wrote: Ben Woodcroft (2015-06-13 16:22 +0300) wrote: On 13/06/15 23:14, Ludovic Courtès wrote: I guess the following definitions will allow Guile-JSON to be found, thereby allowing ‘guix import pypi’ to work: export

lsh-server in %desktop-services ?

2015-06-14 Thread Mark H Weaver
I just noticed that I've been running an ssh server on my laptop for quite a while unawares, because to my great surprise it is included in %desktop-services. Do most people want their desktop machines open to remote logins? I certainly don't, and I don't think it's a sensible default. What do

Re: [PATCH] gnu: Add haskell-mode.

2015-06-14 Thread Mark H Weaver
Federico Beffa be...@ieee.org writes: From d08df1568688701e20582c74acc85b3d9b5da01a Mon Sep 17 00:00:00 2001 From: Federico Beffa be...@fbengineering.ch Date: Fri, 12 Jun 2015 18:58:35 +0200 Subject: [PATCH] gnu: Add haskell-mode. * gnu/packages/emacs.scm (haskell-mode): New variable. ---

Re: [PATCH] Add st

2015-06-14 Thread Cyril Roelandt
On 06/13/2015 09:13 PM, amirou...@hypermove.net wrote: I attached two patches. The second patch is to rename dwm.scm Not sure whether we want to have suckless.scm. Does it make sense to the other devs? If we end up using suckless.scm, I'd rather rename it first, and then add st to it.

Using symlinks in 'local-file'

2015-06-14 Thread Alex Kost
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 lead to the problem with a

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

2015-06-14 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2015-06-10 22:44 +0300) wrote: [...] Actually ‘sudo’ completion works well by default; e.g., “sudo haTAB” completes to “sudo halt”. Could it be that there’s another way to achieve that? ‘sudo’ completions don't work by default (did

[PATCH] Integrate the package list in the website.

2015-06-14 Thread Mathieu Lirzin
Hello Guix, 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 welcome too ;-)

Re: [PATCH] Update LV2.

2015-06-14 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: From 20497fda2366acbce8314588d4871fff3b4621f0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Sun, 14 Jun 2015 10:04:50 +0200 Subject: [PATCH] gnu: lv2: Update to 1.12.0. * gnu/packages/audio.scm (lv2): Update to 1.12.0.

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

2015-06-14 Thread Ludovic Courtès
Alex Kost alez...@gmail.com 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 'hosts-file' or 'sudoers' and 'hosts' (I

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

2015-06-14 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: attached are three more patches to replace ATLAS with OpenBLAS in python.scm. Good! From aeb4f541486d5bb02d4002380e8f7be49967b10d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 12 Jun 2015 10:48:58

[PATCH] Add Raul.

2015-06-14 Thread Ricardo Wurmus
From 14a14d312198f4c3a0cac7c308c925b35a80c5cd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Sun, 14 Jun 2015 10:05:38 +0200 Subject: [PATCH] gnu: Add Raul. * gnu/packages/audio.scm (raul): New variable. --- gnu/packages/audio.scm | 27 +++ 1 file

Re: lsh-server in %desktop-services ?

2015-06-14 Thread Alex Kost
Mark H Weaver (2015-06-14 19:04 +0300) wrote: I just noticed that I've been running an ssh server on my laptop for quite a while unawares, because to my great surprise it is included in %desktop-services. Do most people want their desktop machines open to remote logins? I certainly don't,

Re: [PATCH] Add Raul.

2015-06-14 Thread Alex Kost
Ricardo Wurmus (2015-06-14 19:25 +0300) wrote: [...] +(synopsis Real-time audio utility library) +(description + Raul (Real-time Audio Utility Library) is a C++ utility library primarily +aimed at audio/musical applications.) In my opinion, it's not necessary to duplicate

Re: [PATCH] Add Faust and Guitarix.

2015-06-14 Thread Alex Kost
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-flags (list (string-append prefix= %output)))

Re: lsh-server in %desktop-services ?

2015-06-14 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: What do others think? I always have an ssh server running on my desktop machines, but I would probably be surprised if a default desktop configuration had this. It seems counter-intuitive, and I can see someone use a trivial password or no password on

Re: [PATCH] gnu: python-scikit-learn: Update to 0.16.1.

2015-06-14 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From 0026435cc8c1c4eea0c616a55ff54c6421cd6756 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 12 Jun 2015 15:39:40 +0200 Subject: [PATCH] gnu: python-scikit-learn: Update to 0.16.1. *

[PATCH] import: pypi: Detect inputs.

2015-06-14 Thread Cyril Roelandt
* guix/import/pypi.scm (python-package-name, maybe-inputs, compute-inputs, guess-requirements): New procedures. * guix/import/pypi.scm (guix-hash-url): Now takes a filename instead of an URL as input. * guix/import/pypi.scm (make-pypi-sexp): Now tries to generate the inputs automagically. *

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

2015-06-14 Thread Daniel Pimentel
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-file' and 'hosts-file' or 'sudoers' and 'hosts' (I prefer the

Re: lsh-server in %desktop-services ?

2015-06-14 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: However I think that a running ssh server is the expected default for '%desktop-services'. l...@gnu.org (Ludovic Courtès) writes: However, the idea was that ‘%desktop-services’ would provide you the typical set of services you get by default when installing