[PATCH 1/2] gnu: Add freealut.

2016-03-18 Thread David Hashe
* gnu/packages/audio.scm (freealut): New variable. --- gnu/packages/audio.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ca438f8..336bfe5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio

[PATCH 2/2] gnu: Add taisei.

2016-03-18 Thread David Hashe
* gnu/packages/games.scm (taisei): New variable. --- gnu/packages/games.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 653e0c7..dc26283 100644 --- a/gnu/packages/games.scm +++ b/gnu

Re: fixed the gnome forever-suspend problem

2016-03-18 Thread Alex Sassmannshausen
Hello Andy Wingo writes: > Hi! > > [...] > > Anyway! Give a try to GNOME, it seems to be an OK environment. > NetworkManager doesn't work by default yet -- I think we're missing the > service -- so you have to still use the wicd control panel. I think > something's not working with media keys e

Re: [PATCH] Update .mailmap.

2016-03-18 Thread Ludovic Courtès
Alex Kost skribis: > As can be seen with "git --no-pager shortlog -nse", we have several > duplicates. The attached patch should fix those. I'm Cc-ing this > message to people whose names/emails are touched, so you can check > whether the proper ones are used. I think you can wait for a couple

fixed the gnome forever-suspend problem

2016-03-18 Thread Andy Wingo
Hi! Just a quick note that the elogind update I just pushed fixes the GNOME suspend problem. (Used to be, from GNOME if you close your laptop lid it suspends fine, resumes fine, but then immediately suspends again -- forever.) It was an elogind bug. GNOME by default inhibits logind from suspend

Re: [PATCH v2] gnu: Add idle3-tools.

2016-03-18 Thread Tobias Geerinckx-Rice
Leo, On 16/03/2016, Leo Famulari wrote: > I standardized the indentation of modify-phases, set DESTDIR in the > #:make-flags to make the installation succeed, and I also removed a > '/usr' from the path to the manpage: [...] > Did it work for you without setting DESTDIR? Hm, it obviously couldn'

Re: HTTPS for Hydra

2016-03-18 Thread Ludovic Courtès
Alex Kost skribis: > Roel Janssen (2016-03-18 00:53 +0300) wrote: > >> Ludovic Courtès writes: > [...] >>> Starting from a few hours ago, nginx at hydra.gnu.org times out after >>> ~10s instead of 60s. So when hydra.gnu.org is loaded, the /api requests >>> time out and we don’t get build status

Re: [PATCH] Add LADSPA plugins

2016-03-18 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Mar 10, 2016 at 09:23:19AM +0100, Ricardo Wurmus wrote: >> >> Ricardo Wurmus writes: >> >> > here are a couple of LADSPA plugins used by some example instruments >> > coming with Alsa Modular Synth. >> >> And here are some more. Since they are all by the same

Re: HTTPS for Hydra

2016-03-18 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: >> Starting from a few hours ago, nginx at hydra.gnu.org times out after >> ~10s instead of 60s. So when hydra.gnu.org is loaded, the /api requests >> time out and we don’t get build status icons. > > Well, 10 seconds is a lot of time. I used a s

Re: [PATCHES] Do not use special site-start.el on GuixSD

2016-03-18 Thread Ludovic Courtès
Alex Kost skribis: > Alex Kost (2016-02-10 11:48 +0300) wrote: > >> Ludovic Courtès (2016-02-06 15:41 +0300) wrote: >> >>> Alex Kost skribis: >>> [PATCH 3/4] system: Fix EMACSLOADPATH. This is an easy fix, however I've just thought that we can get rid of EMACSLOADPATH com

Re: [PATCH] Update .mailmap.

2016-03-18 Thread Alex Kost
Andreas Enge (2016-03-17 16:04 +0300) wrote: > On Thu, Mar 17, 2016 at 02:09:27PM +0300, Alex Kost wrote: >> As can be seen with "git --no-pager shortlog -nse", we have several >> duplicates. The attached patch should fix those. I'm Cc-ing this >> message to people whose names/emails are touched

Re: 02/03: gnu: postgresql: Update to 9.5.1.

2016-03-18 Thread Ludovic Courtès
Efraim Flashner skribis: > efraim pushed a commit to branch core-updates > in repository guix. > > commit 2a37ff2e67773ece6c44feedbc9e24f96918f6b4 > Author: Efraim Flashner > Date: Thu Mar 17 06:24:48 2016 +0200 > > gnu: postgresql: Update to 9.5.1. > > * gnu/packages/databases.sc

[PATCH] gnu: Add Text::NeatTemplate.

2016-03-18 Thread Jochem Raat
Hey Guix, Here is a patch to add Text::NeatTemplate. - JochemFrom b7e37093af7cf30bb7a39b7ab57b57c0c293b7bb Mon Sep 17 00:00:00 2001 From: Jochem Raat Date: Wed, 16 Mar 2016 14:12:08 +0100 Subject: [PATCH] gnu: Add Text::NeatTemplate. * gnu/packages/perl.scm (perl-text-neattemplate): New variabl

[PATCHES] Do not use special site-start.el on GuixSD

2016-03-18 Thread Alex Kost
Alex Kost (2016-02-10 11:48 +0300) wrote: > Ludovic Courtès (2016-02-06 15:41 +0300) wrote: > >> Alex Kost skribis: >> >>> [PATCH 3/4] system: Fix EMACSLOADPATH. >>> >>> This is an easy fix, however I've just thought that we can get rid of >>> EMACSLOADPATH completely. Since now our Emacs ca

Re: [PATCH] Update .mailmap.

2016-03-18 Thread Andreas Enge
On Thu, Mar 17, 2016 at 02:09:27PM +0300, Alex Kost wrote: > As can be seen with "git --no-pager shortlog -nse", we have several > duplicates. The attached patch should fix those. I'm Cc-ing this > message to people whose names/emails are touched, so you can check > whether the proper ones are us

Re: 02/03: gnu: postgresql: Update to 9.5.1.

2016-03-18 Thread Efraim Flashner
On Thu, 17 Mar 2016 09:58:05 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > [...] > > I think this should go to ‘master’ (‘guix refresh -l postgresql’ shows > 53 dependent packages.) > > The spirit of ‘core-updates’ initially is that it would contain changes > to

Re: [PATCH] gnu: Add bash-tap.

2016-03-18 Thread Leo Famulari
On Thu, Mar 17, 2016 at 05:08:11PM +0100, Roel Janssen wrote: > From f50ae55cfd2edc513de33b2736f9c3a13cd43532 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Thu, 17 Mar 2016 17:03:34 +0100 > Subject: [PATCH] gnu: Add bash-tap. > > * gnu/packages/bash.scm (bash-tap): New variable. I don't

Re: [PATCH] Add r-doparallel.

2016-03-18 Thread Leo Famulari
On Thu, Mar 17, 2016 at 05:22:04PM +0100, Ricardo Wurmus wrote: > Attached are four patches for useful R packages. LGTM! > > From ed52995e0723a9828f21e741f92439934470c4ac Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 17 Mar 2016 17:13:59 +0100 > Subject: [PATCH 1/4] gnu: Add r-i

Re: The tricky case of "--localstatedir=/var"

2016-03-18 Thread Jookia
On Fri, Mar 18, 2016 at 07:45:55PM +0100, Ludovic Courtès wrote: > Sorry for being slightly disorganized, but could you give me the link to > that patch? :-) Here it is: https://lists.gnu.org/archive/html/guix-devel/2016-03/msg00386.html > Could you explain how that would work? Not sure what v

Re: 01/01: gnu: custom-gcc: Delete broken or conflicting executables.

2016-03-18 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Efraim Flashner writes: > >> https://lists.gnu.org/archive/html/guix-commits/2016-03/msg00229.html >> >> This patch seems to have broken slepc[1], slepc-complex[2] and >> randomjungle[3]. >> >> >> [1] http://hydra.gnu.org/build/1084459 >> [2] http://hydra.gnu.org/build/

Re: fixed the gnome forever-suspend problem

2016-03-18 Thread Andy Wingo
Hi! Sorry things didn't work for you. Beta software, etc etc. On Thu 17 Mar 2016 22:44, Albin writes: > * Brightness controls didn't work in GNOME's control panel logged in as > user. It did worked when logged in as root however. I had this problem until I uninstalled gnome-settings-daemon f

Re: guix import pypi uwsgi

2016-03-18 Thread Nils Gillmann
Danny Milosavljevic writes: > Hi, > > I tried to create a package for uwsgi by > > $ guix import pypi uwsgi > > ...From https://pypi.python.org/packages/source/u/uWSGI/uwsgi-2.0.12.tar.gz... > ... > (package > (name "python-uwsgi") > (version "2.0.12") > (source > (origin > (metho

Re: HTTPS for Hydra

2016-03-18 Thread Alex Kost
Roel Janssen (2016-03-18 00:53 +0300) wrote: > Ludovic Courtès writes: [...] >> Starting from a few hours ago, nginx at hydra.gnu.org times out after >> ~10s instead of 60s. So when hydra.gnu.org is loaded, the /api requests >> time out and we don’t get build status icons. > > Well, 10 seconds is

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-18 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-03-17 11:52 +0300) wrote: > >> Alex Kost skribis: >> >>> Chris Marusich (2016-03-12 14:38 +0300) wrote: >>> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Mon, 7 Mar 2016 01:55:07 -0800

Re: [GSoC] Rewrite Hydra to be more integrated with Guix.

2016-03-18 Thread Alex Kost
Mathieu Lirzin (2016-03-18 00:38 +0300) wrote: > Hello fellow Guix Hackers, > > Being currently a student which is due to make an internship, I intend > to turn this boring administrative injunction into an opportunity to > contribute to Guix by applying to Google Summer of Code which is > conside