[PATCH] Add perl-digest-md5.

2016-11-22 Thread ng0
[PATCH] gnu: Add perl-digest-md5. This adds perl-digest-md5, in web.scm as perl-digest-md5-file is located there.

[PATCH] gnu: Add perl-digest-md5.

2016-11-22 Thread ng0
From: ng0 * gnu/packages/web.scm (perl-digest-md5): New variable. --- gnu/packages/web.scm | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 063a8a9..5f8eefe 100644 --- a/gnu/packages/web.scm +++ b/gnu/p

Re: [PATCH] gnu: Add espeak.

2016-11-22 Thread Marius Bakke
Kei Kebreau writes: > I think the patch works fine, but I'd love to hear comments about its > clarity. Hi! Thanks for this patch. The source includes a pre-compiled 32-bit version in "linux_32bit". Can you remove that with a source snippet? > From d1031c30c57eb6f292a91963801f87b419d8bee2 Mon Se

Re: [PATCH] gnu: Add openfwwf-firmware.

2016-11-22 Thread Eric Bavier
On Mon, 21 Nov 2016 10:05:50 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > On Fri, 18 Nov 2016 16:04:30 -0500 > > Leo Famulari wrote: > > > >> On Wed, Nov 16, 2016 at 09:29:18PM -0600, Eric Bavier wrote: > >> > Hello Guix, > >> > > >> > We've had at least one per

Re: [PATCH] gnu: Add espeak.

2016-11-22 Thread Kei Kebreau
Marius Bakke writes: > Kei Kebreau writes: > >> I think the patch works fine, but I'd love to hear comments about its >> clarity. > > Hi! Thanks for this patch. The source includes a pre-compiled 32-bit > version in "linux_32bit". Can you remove that with a source snippet? > >> From d1031c30c57e

Re: (Exposing?) config files and non-start/stop operations

2016-11-22 Thread Christopher Allan Webber
Chris Marusich writes: > Hi Chris! > > Thanks for entertaining my questions. > > Christopher Allan Webber writes: > >>> So sure, we can run "foo-db gc" occasionally (though system >>> administrators sometimes have to run these kinds of commands by hand). >>> But what about "foo-db dumpdb"? That'

[PATCH] gnu: Add Kerberos client service.

2016-11-22 Thread John Darrington
I think this patch addresses most of your concerns. * doc/guix.texi: New subsubheading: Krb5 Service * gnu/services/kerberos.scm: New variable: krb5-service-type. --- doc/guix.texi | 87 ++ gnu/services/kerberos.scm | 426 +-

Re: Libtiff 4.0.7 update

2016-11-22 Thread Leo Famulari
On Mon, Nov 21, 2016 at 06:21:47PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > This updates libtiff to the latest upstream version, 4.0.7. I went > > through the tarball and confirmed that all the patches were contained in > > it but, please, double-check :) > > > > Also, libtiff has

[PATCH] gnu: Allow nfs filesystems to be automatically mounted.

2016-11-22 Thread John Darrington
How about this, then? * gnu/build/file-systems.scm (mount-file-system): Append target addr= when mounting nfs filesystems. --- gnu/build/file-systems.scm | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.s

Re: [PATCH v4 3/3] gnu: Add kicad.

2016-11-22 Thread Theodoros Foradis
Leo Famulari writes: > On Mon, Nov 07, 2016 at 08:16:28PM +0200, Theodoros Foradis wrote: >> * gnu/packages/engineering.scm (kicad): New variable. > > There are some comments about minor issues on this version 3 of the > patch series. I can address these myself before pushing if there are no > mo

Re: [PATCH] Add perl-digest-md5.

2016-11-22 Thread Marius Bakke
ng0 writes: > [PATCH] gnu: Add perl-digest-md5. > > This adds perl-digest-md5, in web.scm as perl-digest-md5-file is located > there. Hi! The patch looks good, but I think it should go in perl.scm. The rationale for adding perl-digest-md5-file in web.scm seems to be that it's a module for check

Re: [PATCH 1/8] gnu: Add aspell-dict-he.

2016-11-22 Thread Alex Kost
Efraim Flashner (2016-11-21 23:00 +0200) wrote: > * gnu/packages/aspell.scm (aspell-dict-he): New variable. > --- > gnu/packages/aspell.scm | 8 > 1 file changed, 8 insertions(+) > > diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm > index b702412..21014c0 100644 > --- a/gn

Re: [PATCH 4/8] gnu: Add viewnior.

2016-11-22 Thread Alex Kost
Efraim Flashner (2016-11-21 23:00 +0200) wrote: > * gnu/packages/viewnior.scm (viewnior): New file. Not related to this patch: I think we should find a place for the image viewers, as currently we have feh, sxiv and geeqie (plus this 'viewnior') that are placed in their own files. As for the pat

Re: [PATCH 4/8] gnu: Add viewnior.

2016-11-22 Thread Marius Bakke
Alex Kost writes: > Efraim Flashner (2016-11-21 23:00 +0200) wrote: > >> * gnu/packages/viewnior.scm (viewnior): New file. > > Not related to this patch: I think we should find a place for the image > viewers, as currently we have feh, sxiv and geeqie (plus this > 'viewnior') that are placed in t

[PATCH] gnu: Add phantomjs.

2016-11-22 Thread Jan Nieuwenhuizen
Hi, I need phantomjs for a client and finally managed to built it from source. I tried to build it with our current qt-5.6/qtwebkit-5.7 but gave up; apparently phantomjs needs patches to even build with qt-5.5. While I think it's a waste not to share this patch, I don't intend to spend much effo

Re: [PATCH] improve nginx-service

2016-11-22 Thread Hartmut Goebel
Am 20.11.2016 um 13:49 schrieb Julien Lepiller: > What do you think? should I continue in that direction, or should I go > back to what I was doing before? Thanks for working on this. I will give it a try the next days. But I want to share two points going around in my head: 1) I propose moving t

Re: [PATCH] services: Make dovecot and cups configuration abstractions available

2016-11-22 Thread Ludovic Courtès
Hi Julien, Julien Lepiller skribis: > since I will probably use it in openvpn-service and maybe in > nginx-service, I moved the definitions of the documentation that was > duplicated in cups and dovecot to services.scm. Is it the best place > for it? Thanks for looking into it! I would suggest

Re: Chez scheme

2016-11-22 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Nov 20, 2016 at 09:15:39PM +0200, Efraim Flashner wrote: >> I dug a bit more into Chez sheme and the failing armhf build, and it >> almost looks like it could be hacked into cross compiling for itself. >> Then I looked a bit closer here >> (https://github.com/cisco

Re: Website development questions

2016-11-22 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > However, I have another problem: > > scheme@(guile-user)> (export-web-page packages-page > "site/packages/index.html") > gnu/packages/databases.scm:87:21: In procedure # at gnu/packages/databases.scm:80:12 ()>: > gnu/packages/databases.scm:87:21: T

Re: (Exposing?) config files and non-start/stop operations

2016-11-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Chris Marusich writes: > - Initializing a data store. For example, in dirvish I need to run a command to initialize a "vault" where I will be storing my data. - Manually invoking a garbage collection utility. - Manually invoking an in

Re: (Exposing?) config files and non-start/stop operations

2016-11-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Anyway, I think exposing the `actions' slot in shepherd is the way to > go. We could already use it for some things other than the theoretical > examples I've given. Last night I wanted to do something like: > > sudo mcron --schedule=10 > > ... which would,

Re: [PATCH] Update emacs-org to 20161118

2016-11-22 Thread Ludovic Courtès
Nicolas Goaziou skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Nicolas Goaziou skribis: >> >>> Here is a patch updating Org to its latest revision. >> >> Speaking of which ;-), any idea why ox-bibtex.el is still in “contrib”? >> I was surprised to see it’s not installed as part of Org. >

Re: 01/01: gnu: Update mit-krb5 to version 1.14.4.

2016-11-22 Thread Ludovic Courtès
j...@darrington.wattle.id.au (John Darrington) skribis: > jmd pushed a commit to branch master > in repository guix. > > commit 2947ff6430da5d60017b0c5c8c51fd2a1d85440b > Author: John Darrington > Date: Tue Nov 22 21:16:29 2016 +0100 > > gnu: Update mit-krb5 to version 1.14.4. > >

[PATCH] gnu: Add mumble.

2016-11-22 Thread ng0
* gnu/packages/telephony.scm (mumble): New variable. --- gnu/packages/telephony.scm | 93 ++ 1 file changed, 93 insertions(+) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 3d5e58e..1c07346 100644 --- a/gnu/packages/telephony

[PATCH] Add mumble

2016-11-22 Thread ng0
[PATCH] gnu: Add mumble. I tested succesfully: configuration wizzard, connection to gnunet.org server. I was not not able to test: actual interaction with other people, this will follow tomorrow afternoon/evening. Shortcomings of this patch: The images are CC licensed. I wasn't able to figure ou

[PATCH] gnu: Add perl-digest-md5.

2016-11-22 Thread ng0
From: ng0 * gnu/packages/perl.scm (perl-digest-md5): New variable. --- gnu/packages/perl.scm | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ab61201..031353d 100644 --- a/gnu/packages/perl.scm +++ b/

perl-digest-md5 , rev2

2016-11-22 Thread ng0
rev2 for patch, moved to perl.scm

Re: Website development questions

2016-11-22 Thread Luis Felipe López Acevedo
On 2016-11-22 17:52, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: However, I have another problem: scheme@(guile-user)> (export-web-page packages-page "site/packages/index.html") gnu/packages/databases.scm:87:21: In procedure #: gnu/packages/databases.scm:87:21: Throw to

Re: (Exposing?) config files and non-start/stop operations

2016-11-22 Thread Chris Marusich
Hi Chris, Thank you for taking the time to clarify the motivation! It helped a lot. Christopher Allan Webber writes: > The command you *want* to run is something like: > > `foo-db dumpdb --config=/path/to/foodb.cfg' > > Now... your GuixSD system has, somewhere buried in it, a config file > t

Re: 01/01: gnu: Update mit-krb5 to version 1.14.4.

2016-11-22 Thread John Darrington
On Wed, Nov 23, 2016 at 12:10:33AM +0100, Ludovic Court??s wrote: j...@darrington.wattle.id.au (John Darrington) skribis: > jmd pushed a commit to branch master > in repository guix. > > commit 2947ff6430da5d60017b0c5c8c51fd2a1d85440b > Author: John Darrington