[PATCH] gnu: notmuch: Update to 0.20.2.

2015-08-15 Thread David Thompson
From 74d2db4f0ecbfc00473493e410a086f7c7c0bb10 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sat, 15 Aug 2015 22:23:59 -0400 Subject: [PATCH] gnu: notmuch: Update to 0.20.2. * gnu/packages/mail.scm (notmuch): Update to 0.20.2. Add python-sphinx native input.

[PATCH] gnu: Add figlet.

2015-08-15 Thread Steve Sprang
My first Guix package! Feedback appreciated. -Steve From 1abd103363bb12e7b8aa5f5ad1329c94b0af48e8 Mon Sep 17 00:00:00 2001 From: Steve Sprang s...@stevesprang.com Date: Sat, 15 Aug 2015 20:08:38 -0700 Subject: [PATCH] gnu: Add figlet. * gnu/packages/figlet.scm: New file. * gnu-system.am

[PATCH] doc: Add missing gawk dependency to hello recipe.

2015-08-15 Thread Siniša Biđin
Hi, The example GNU Hello package recipe from the docs wasn't actually buildable, due to a missing gawk import. Siniša From f62533d008e33b4ec644f4f4de1a60e739b2e15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= sin...@bidin.eu Date: Sat, 15 Aug 2015 23:57:45 +0200 Subject:

Re: [PATCH] gnu: Add figlet.

2015-08-15 Thread Ricardo Wurmus
Hi Steve, thank you for your first Guix package! It looks great! I do have a couple of cosmetic comments, though. From 1abd103363bb12e7b8aa5f5ad1329c94b0af48e8 Mon Sep 17 00:00:00 2001 From: Steve Sprang s...@stevesprang.com Date: Sat, 15 Aug 2015 20:08:38 -0700 Subject: [PATCH] gnu: Add

Re: question and suggest

2015-08-15 Thread Amirouche Boubekki
Le 2015-08-14 10:17, Dika Setya Prayogi a écrit : q: I heard guixsd have a guixsd hurd under development, is that true ? Yes, have look at the mailling list archive [1] to learn more about the state of the project. [1] 

Re: question and suggest

2015-08-15 Thread Dika Setya Prayogi
thanks for the info. 2015-08-15 17.27 GMT+07.00, Amirouche Boubekki amirou...@hypermove.net: Le 2015-08-14 10:17, Dika Setya Prayogi a écrit : q: I heard guixsd have a guixsd hurd under development, is that true ? Yes, have look at the mailling list archive [1] to learn more about the state

Re: [PATCH] gnu: Add znc.

2015-08-15 Thread Thompson, David
On Sat, Aug 15, 2015 at 12:44 PM, Mark H Weaver m...@netris.org wrote: David Thompson dthomps...@worcester.edu writes: From ea31466a98da2941acad4e76162aa157408b5b35 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Thu, 13 Aug 2015 17:29:35 -0400 Subject: [PATCH]

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

2015-08-15 Thread Alex Kost
Thompson, David (2015-08-14 17:40 +0300) wrote: 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:

Re: [PATCH] gnu: Add znc.

2015-08-15 Thread Mark H Weaver
David Thompson dthomps...@worcester.edu writes: From ea31466a98da2941acad4e76162aa157408b5b35 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Thu, 13 Aug 2015 17:29:35 -0400 Subject: [PATCH] gnu: Add znc. Looks good to me, please push! Thanks, Mark

[PATCH] dmd: Add support for exec'ing processes as other users

2015-08-15 Thread Andy Wingo
Hi, The attached patch adds #:user and #:group kwargs to make-fork+exec-constructor in DMD, to allow DMD to change users before execing the sub-process. I couldn't figure out how to make a proper test but it works for me and GeoClue. The patch is formulated as a patch against Guix adding a DMD

[PATCH] gnu: Add GeoClue desktop service.

2015-08-15 Thread Andy Wingo
Depends on the earlier DMD patch. From d94d4fb4c89ec6cde152ab031244a3977e216b1e Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@pobox.com Date: Sat, 15 Aug 2015 20:43:03 +0200 Subject: [PATCH 2/2] Add GeoClue service. * gnu/services/desktop.scm (bool): New top-level helper.