Re: [PATCH] gnu: Add guile-redis.

2015-08-14 Thread Ricardo Wurmus
Looks good to me! ~~ Ricardo

M-x guix - magit-like interface for guix commands

2015-08-14 Thread Alex Kost
Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like (popup) interface for guix commands. In short, here is how it looks like: M-x guix: http://i.imgur.com/qsWNNg8.png and pressing b there (build): http://i.imgur.com/jqE4TEr.png There are some things to do, but it is ready for

Re: Set screen resolution in X.

2015-08-14 Thread Camel
Try find ~/src/guix -name '*.go' | xargs rm and then rebuild guix, perhaps. You can run 'make clean-go' to delete all of the .go files. :) Where should I run make clean-go? Anyway, I've tried # find / -name '*.go' | xargs rm Didn't help. And I've tried reinstalling GuixSD from zero

Re: [PATCH] R build system and CRAN importer (updated)

2015-08-14 Thread Ricardo Wurmus
attached are two patches. The first is a slightly updated version of the CRAN importer (it’s now defaulting to the CRAN URL for the ‘home-page’ field if no home page URL is given); the second is the R build system. I would be happy if someone could take a look at this patch set and tell me

[PATCH 2/2] gnu: commencement: Add support for a native GNU/Hurd system.

2015-08-14 Thread Manolis Ragkousis
Hello everyone, This patch allows guix to build the final toolchain on a native Hurd system, provided the tarballs and a couple of patches for glibc/hurd. The latter will be a different patch, after the Hurd guys review them. Manolis From a3d8c28775103c58012b76437a3ff0911bc158b0 Mon Sep 17

Re: M-x guix - magit-like interface for guix commands

2015-08-14 Thread Thompson, David
On Fri, Aug 14, 2015 at 4:19 AM, Alex Kost alez...@gmail.com wrote: Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like (popup) interface for guix commands. In short, here is how it looks like: M-x guix: http://i.imgur.com/qsWNNg8.png and pressing b there (build):

Re: [PATCH] Move Shogun.

2015-08-14 Thread Thompson, David
On Fri, Aug 14, 2015 at 10:50 AM, Ricardo Wurmus ricardo.wur...@mdc-berlin.de wrote: Shogun is a machine learning framework, so it really should be located in the machine-learning module rather than bioinformatics. The attached patch moves the package. LGTM. - Dave

[PATCH 1/2] gnu: glibc/linux: Rename linux-headers input to kernel-headers.

2015-08-14 Thread Manolis Ragkousis
Hello everyone, This patch applies to wip-hurd. Manolis From f9759a80030e11dfb8257f2334d5ce8f5d009cc7 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 14 Aug 2015 14:00:16 +0300 Subject: [PATCH 1/2] gnu: glibc/linux: Rename linux-headers input to kernel-headers.

[PATCH] Move Shogun.

2015-08-14 Thread Ricardo Wurmus
Shogun is a machine learning framework, so it really should be located in the machine-learning module rather than bioinformatics. The attached patch moves the package. From 6559d442a78125a242666e1a0c7124536662638c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date:

Re: [PATCH] Move Shogun.

2015-08-14 Thread Andreas Enge
On Fri, Aug 14, 2015 at 04:50:53PM +0200, Ricardo Wurmus wrote: Subject: [PATCH] gnu: Move shogun to machine-learing.scm. Tiny typo: learning with n. I would use: gnu: shogun: Move the package to the module machine-learning. Andreas

Re: [PATCH] Move Shogun.

2015-08-14 Thread Ricardo Wurmus
Andreas Enge andr...@enge.fr writes: On Fri, Aug 14, 2015 at 04:50:53PM +0200, Ricardo Wurmus wrote: Subject: [PATCH] gnu: Move shogun to machine-learing.scm. Tiny typo: learning with n. I would use: gnu: shogun: Move the package to the module machine-learning. Thanks. I changed the

question and suggest

2015-08-14 Thread Dika Setya Prayogi
q: I heard guixsd have a guixsd hurd under development, is that true ? s: (wish) I suggest a recent package updates page in guixsd web, this is useful for packagers

Re: Unpatched security vulnerabilities in GNU IceCat

2015-08-14 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: I've pushed an update to the GNU IceCat 31.8 package in GNU Guix that fixes some of the security vulnerabilities fixed upstream in Firefox ESR 38.2, listed here: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox-esr/ Unfortunately,

Re: [PATCH] gnu: Add guile-redis.

2015-08-14 Thread Thompson, David
On Fri, Aug 14, 2015 at 2:07 AM, Ricardo Wurmus rek...@elephly.net wrote: Looks good to me! Pushed, thanks!