[PATCH] Generate manpages for the udisks utility

2016-11-26 Thread Maxim Cournoyer
Hi Guix, This patch adds the manpages to the udisks package. It appears that the manpages were previously disabled because of the strict docbook catalog files location verification in the configure script. The fix is essentially equivalent to what was done in commit b4787e71aca75392f394a127a7df537

Re: [PATCH 3/3] gnu: python-flask: Update to 0.11.1.

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 02:51:22PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-flask): Update to 0.11.1. > [native-inputs]: Add python-click. python2-flask can't find click: starting phase `check' running "python setup.py" with command "test" and parameters () running te

[PATCH] gnu: Add newick-utils.

2016-11-26 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (newick-utils): New variable. --- gnu/packages/bioinformatics.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8d2cb93..f04acc0 100644 --- a/gn

Re: Preparing mass-packaging of 170 KDE application - hwo to do?

2016-11-26 Thread 宋文武
Hartmut Goebel writes: > Hi, > > I'm currently working on a script to mass-generate *draft* packages for > KDE applications. Ca. 170 of them :-) These are the ones listed at > > > The idea is to have a draft which can easily be taken and adopted. > Inputs will

Re: [PATCH 1/2] gnu: Add dnscrypt-wrapper.

2016-11-26 Thread Kei Kebreau
Marius Bakke writes: > * gnu/packages/dns.scm (dnscrypt-wrapper): New variable. > --- > gnu/packages/dns.scm | 42 ++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm > index b49a0b7..0c8c547 100644 > --- a/gn

Re: [PATCH] services: Add opensmtpd-service.

2016-11-26 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> Also, I find that my slow box is unable start this opensmtpd service >> during a fresh boot. ‘smtpd’ has a timeout of 10s hardcoded, I patched >> that to 60s to make it fully start. But it turns out that >> ‘read

Re: [PATCH]: tests: Add opensmtpd-service-type test

2016-11-26 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@openmailbox.org skribis: > >> My first system test patch, TIA for review! >> >> From 6107b011ee9f0fc445aeceeab38b963c6cf84b3a Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Sat, 26 Nov 2016 13:51:58 +0800 >> Subj

Re: Website development questions

2016-11-26 Thread Luis Felipe López Acevedo
On 2016-11-26 20:02, Luis Felipe López Acevedo wrote: On 2016-11-26 12:37, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: [...] hmm, patches are in that location, and the patch not found is actually there as well: $ find -name "4store-fix-buildsystem.patch" ./gnu/packages/

Re: Website development questions

2016-11-26 Thread Luis Felipe López Acevedo
On 2016-11-26 12:37, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: On 2016-11-23 17:11, l...@gnu.org wrote: Luis Felipe López Acevedo skribis: [...] ‘%patch-path’ is defined like this: --8<---cut here---start->8--- (define %patch-path ;; De

Re: [PATCH] gnu: Add prosody service

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 06:20:12PM +0100, Clément Lassieur wrote: > From: Clément Lassieur Hi, thanks for working on this! > > --- > gnu/local.mk | 1 + > gnu/packages/messaging.scm | 3 + > gnu/services/messaging.scm | 787 > + >

Re: [PATCH 00/29] Add Biber

2016-11-26 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Nov 23, 2016 at 10:34:53PM +0100, Ricardo Wurmus wrote: >> Hi Guix, >> >> this patch set adds Biber, the bibliography backend for biblatex. It's >> actually supposed to be part of the Texlive distribution, but our Texlive >> package only comes with a source tarba

Re: [PATCH]: tests: Add opensmtpd-service-type test

2016-11-26 Thread Ludovic Courtès
iyzs...@openmailbox.org skribis: > My first system test patch, TIA for review! > > From 6107b011ee9f0fc445aeceeab38b963c6cf84b3a Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Sat, 26 Nov 2016 13:51:58 +0800 > Subject: [PATCH] tests: Add 'opensmtpd-service-type'

Re: [PATCH] gnu: Add Mozilla Fira Mono font

2016-11-26 Thread Ludovic Courtès
Hello, Toni Reina skribis: > One year ago, Roel Janssen sent a patch adding this font but finally it > wasn't applied. I created a new one, building the fonts from source, and > it includes all fira mono family: Bold, Medium and Regular. This patch doesn’t build the fonts from source, which wou

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
From: Clément Lassieur --- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 787 + 3 files changed, 791 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/lo

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
From: Clément Lassieur --- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 833 + 3 files changed, 837 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/lo

Re: is using eval good style in guile?

2016-11-26 Thread Clément Lassieur
Andy Wingo writes: > On Fri 25 Nov 2016 12:46, Hartmut Goebel writes: > >> Am 25.11.2016 um 11:53 schrieb Clément Lassieur: >>> I think you are looking for "eval". >>> >>> (define (list->define-configuration stem fields) >>> (eval `(define-configuration ,stem ,@fields) (current-module))) >> >>

Re: [PATCH 1/1] gnu: cyrus-sasl: Fix CVE-2013-4122.

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 03:34:23PM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > On Sat, Nov 26, 2016 at 03:03:46PM -0500, Leo Famulari wrote: > >> * gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. > >> * gnu/local.mk (dist_patch_DATA): Add it. > >> * gnu/packages/cyrus-sa

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
--- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 833 + 3 files changed, 837 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/local.mk index 466a9ff..bdb

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
--- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 787 + 3 files changed, 791 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/local.mk index 466a9ff..bdb

Re: [PATCH 0/1] Libarchive 3.2.2 update

2016-11-26 Thread Kei Kebreau
Leo Famulari writes: > This patch updates libarchive to 3.2.2. Besides integrating our bug-fix > patches, this release fixes some other bugs, too: > > https://github.com/libarchive/libarchive/compare/v3.2.1...v3.2.2 > > It's a little more than we want to do on staging... > > Building the followin

Re: [PATCH 1/1] gnu: cyrus-sasl: Fix CVE-2013-4122.

2016-11-26 Thread Kei Kebreau
Leo Famulari writes: > On Sat, Nov 26, 2016 at 03:03:46PM -0500, Leo Famulari wrote: >> * gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add it. >> * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. >> (cyrus-sasl/fixed): New v

Re: [PATCH] Add mumble

2016-11-26 Thread ng0
Leo Famulari writes: > On Wed, Nov 23, 2016 at 10:55:02PM +0100, Marius Bakke wrote: >> Thanks for confirming. As it happens, I started packaging the git >> version of mumble (for qt5 support) a while back and never completed it. >> I will review this tomorrow. Is this a version which is already

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.

2016-11-26 Thread ng0
Leo Famulari writes: > On Wed, Nov 23, 2016 at 07:04:36PM +, ng0 wrote: >> * gnu/packages/psyc.scm (psyclpc): Make it reproducible. >> --- >> gnu/packages/psyc.scm | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm

Re: [PATCH 1/1] gnu: cyrus-sasl: Fix CVE-2013-4122.

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 03:03:46PM -0500, Leo Famulari wrote: > * gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. > (cyrus-sasl/fixed): New variable. > [source]: Use patc

[PATCH 1/1] gnu: cyrus-sasl: Fix CVE-2013-4122.

2016-11-26 Thread Leo Famulari
* gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. (cyrus-sasl/fixed): New variable. [source]: Use patch. --- gnu/local.mk | 1 + gnu/

Re: [PATCH 0/1] Gst-plugins-good security update

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 09:51:30AM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > This patch should fix the bugs named here: > > > > http://seclists.org/oss-sec/2016/q4/517 > > > > I copied Debian's approach, which is to take all the recent patches for > > the vulnerable component (the F

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-26 Thread John Darrington
On Sat, Nov 26, 2016 at 07:37:15PM +0100, Ludovic Court??s wrote: John Darrington skribis: > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. Looks like you forgot to address some of suggestions I made (???

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

2016-11-26 Thread Ludovic Courtès
Julien Lepiller skribis: > From 1b60fac10caa9ab05cf169206004f46b46f2db40 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Wed, 23 Nov 2016 21:43:42 +0100 > Subject: [PATCH] services: factorize configuration abstraction > > * gnu/services/mail.scm and gnu/services/cups.scm (&configuration

[PATCH 1/1] gnu: libarchive: Update to 3.2.2.

2016-11-26 Thread Leo Famulari
* gnu/packages/backup.scm (libarchive): Update to 3.2.2. [source]: Remove obsolete patches. * gnu/packages/patches/libarchive-7zip-heap-overflow.patch, gnu/packages/patches/libarchive-fix-filesystem-attacks.patch, gnu/packages/patches/libarchive-fix-symlink-check.patch, gnu/packages/patches/libarch

[PATCH 0/1] Libarchive 3.2.2 update

2016-11-26 Thread Leo Famulari
This patch updates libarchive to 3.2.2. Besides integrating our bug-fix patches, this release fixes some other bugs, too: https://github.com/libarchive/libarchive/compare/v3.2.1...v3.2.2 It's a little more than we want to do on staging... Building the following 551 packages would ensure 1222 dep

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

2016-11-26 Thread Ludovic Courtès
John Darrington skribis: > On Thu, Nov 24, 2016 at 07:17:42PM +0100, Julien Lepiller wrote: > > > +(define (serialize-string field-name val) > + (serialize-field field-name val)) > > I find it useful to allow such fields to take the value #f and meaning > that they will be ignored by t

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-26 Thread Ludovic Courtès
John Darrington skribis: > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. Looks like you forgot to address some of suggestions I made (‘string-prefix?’, ‘match’, etc.) and left a question unanswered (port number?): https://lists.gnu.org/

Re: [PATCH] services: Add opensmtpd-service.

2016-11-26 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > Also, I find that my slow box is unable start this opensmtpd service > during a fresh boot. ‘smtpd’ has a timeout of 10s hardcoded, I patched > that to 60s to make it fully start. But it turns out that > ‘read-pid-file’ of shepherd has a timeout of 5s, so

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 10:02:10AM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > On Wed, Nov 23, 2016 at 07:04:36PM +, ng0 wrote: > >> * gnu/packages/psyc.scm (psyclpc): Make it reproducible. > >> --- > >> gnu/packages/psyc.scm | 6 +++--- > >> 1 file changed, 3 insertions(+), 3 de

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.

2016-11-26 Thread Leo Famulari
On Wed, Nov 23, 2016 at 07:10:52PM +, ng0 wrote: > ng0 writes: > > > * gnu/packages/psyc.scm (psyclpc): Make it reproducible. > > --- > > gnu/packages/psyc.scm | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm >

Re: [PATCH 2/2] gnu: Move content of (gnu packages psyc) into (gnu packages messaging).

2016-11-26 Thread Leo Famulari
On Wed, Nov 23, 2016 at 07:04:37PM +, ng0 wrote: > * gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ... > * gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here. > * gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm. Pushed, thanks!

Re: [PATCH 0/1] Gst-plugins-good security update

2016-11-26 Thread Marius Bakke
Leo Famulari writes: > I wondered how to split the patches up here. I don't know how to name > the first two patches, since the CVE bug fixes are spread between them. I tend to use or abbreviate the commit title, if there is no obvious 'fix-foo' available. signature.asc Description: PGP signat

Re: [PATCH 0/1] Gst-plugins-good security update

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 09:51:30AM +0100, Marius Bakke wrote: > Leo Famulari writes: > > The CVE bug fixes are not split into discrete patches, so it doesn't > > work to make patches for each CVE ID, like we normally do. > > > > Is this approach (concatenating the patches) okay? > > I prefer havi

Re: [PATCH] gnu: gcj: Fix build on armhf.

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 06:30:54PM +0100, Ricardo Wurmus wrote: > It is applied to the sources but they affect the behaviour on armhf > only AFAICS. Okay, that sounds good to me.

Re: [PATCH 00/29] Add Biber

2016-11-26 Thread Leo Famulari
On Wed, Nov 23, 2016 at 10:34:53PM +0100, Ricardo Wurmus wrote: > Hi Guix, > > this patch set adds Biber, the bibliography backend for biblatex. It's > actually supposed to be part of the Texlive distribution, but our Texlive > package only comes with a source tarball of Biber. Overall LGTM. >

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

2016-11-26 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: [...] >> The protocol currently is just: you connect, you send a request, you get >> a reply, and you disconnect. Actions are expected to be non-blocking. > > Okay, an expectation of non-blocking behaviour is useful to know. > Especia

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

2016-11-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Christopher Allan Webber writes: > >> - We could also have a shepherd action like "herd config mediagoblin" >>that would merely spit out the configuration file path... so someone >>could do something like: >> $ foo-db dump-db --config `herd config foo-db`

Re: Website development questions

2016-11-26 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > On 2016-11-23 17:11, l...@gnu.org wrote: >> Luis Felipe López Acevedo skribis: [...] >> ‘%patch-path’ is defined like this: >> >> --8<---cut here---start->8--- >> (define %patch-path >> ;; Define it after '%package-modu

Re: [PATCH] gnu: gcj: Fix build on armhf.

2016-11-26 Thread Ricardo Wurmus
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC http://elephly.net Leo Famulari writes: > On Fri, Nov 25, 2016 at 10:35:15PM +0100, Ricardo Wurmus wrote: >> * gnu/packages/patches/gcj-arm-mode.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add patch. >> * gnu/packages/gcc.scm (gcj

RFH: Add prosody service

2016-11-26 Thread Clément Lassieur
Hello, I'm actually working on the Prosody service, and I am struggling with a few things. What I did works, but some configurations are probably missing. I'm not sure I'm doing it the right way, so I would appreciate a few comments before I go further. Here is how a typical .lua Prosody config

[PATCH 2/2] gnu: Add dnscrypt-proxy.

2016-11-26 Thread Marius Bakke
* gnu/packages/dns.scm (dnscrypt-proxy): New variable. --- gnu/packages/dns.scm | 51 +++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 0c8c547..098667c 100644 --- a/gnu/packages/dns.scm +++ b/gnu/pa

[PATCH 1/2] gnu: Add dnscrypt-wrapper.

2016-11-26 Thread Marius Bakke
* gnu/packages/dns.scm (dnscrypt-wrapper): New variable. --- gnu/packages/dns.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index b49a0b7..0c8c547 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/

Re: Offloading to use Guile-SSH instead of lsh

2016-11-26 Thread 宋文武
Leo Famulari writes: > On Fri, Nov 25, 2016 at 11:50:22PM +0100, Ludovic Courtès wrote: >> Hi! >> >> l...@gnu.org (Ludovic Courtès) skribis: >> >> > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as >> > a new Guile-SSH release is out, I’ll merge it on master. >> >> Done! >

[PATCH] gnu: Add Mozilla Fira Mono font

2016-11-26 Thread Toni Reina
Hello, One year ago, Roel Janssen sent a patch adding this font but finally it wasn't applied. I created a new one, building the fonts from source, and it includes all fira mono family: Bold, Medium and Regular. I'm downloading the sources from carrois.com website because from github isn't possib

[PATCH]: tests: Add opensmtpd-service-type test

2016-11-26 Thread iyzsong
My first system test patch, TIA for review! 0001-tests-Add-opensmtpd-service-type-test.patch Description: Binary data

[PATCH 3/3] gnu: yosys: Update to 0.7.

2016-11-26 Thread Theodoros Foradis
* gnu/packages/fpga.scm (yosys): Update to 0.7. --- gnu/packages/fpga.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index a344e8e..f65eae8 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -117,7 +117,7 @@

[PATCH 0/3] Add xdot and update yosys

2016-11-26 Thread Theodoros Foradis
Hello guix, This patch adds xdot, a viewer for graphviz graphs, and adds support for it in yosys(it was a TODO item). Functionality can be tested following the examples in this webpage: http://www.clifford.at/yosys/screenshots.html The diagrams at each step, can be previewed with xdot, issuing t

[PATCH 2/3] gnu: yosys: Add xdot functionality.

2016-11-26 Thread Theodoros Foradis
* gnu/packages/fpga.scm (yosys)[inputs]: Add xdot, graphviz and psmisc. [arguments]Add phase that patches paths. --- gnu/packages/fpga.scm | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index bb19909..a344e8e 10064

[PATCH 1/3] gnu: Add xdot.

2016-11-26 Thread Theodoros Foradis
* gnu/packages/graphviz.scm (xdot): New variable. --- gnu/packages/graphviz.scm | 52 ++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 610bd16..a336183 100644 --- a/gnu/packages

Re: [PATCH 0/3] Update Flask & co

2016-11-26 Thread Ricardo Wurmus
Danny Milosavljevic writes: > Danny Milosavljevic (3): > gnu: python-simplejson: Update to 3.10.0. > gnu: python-pyopenssl: Update to 16.2.0. > gnu: python-flask: Update to 0.11.1. > > gnu/packages/python.scm | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) All thre

[PATCH 3/3] gnu: python-flask: Update to 0.11.1.

2016-11-26 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask): Update to 0.11.1. [native-inputs]: Add python-click. --- gnu/packages/python.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ad27934..497da52 100644 --- a/gnu/packages/py

[PATCH 0/3] Update Flask & co

2016-11-26 Thread Danny Milosavljevic
Danny Milosavljevic (3): gnu: python-simplejson: Update to 3.10.0. gnu: python-pyopenssl: Update to 16.2.0. gnu: python-flask: Update to 0.11.1. gnu/packages/python.scm | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-)

[PATCH 2/3] gnu: python-pyopenssl: Update to 16.2.0.

2016-11-26 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 418a644..ad27934 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

[PATCH 1/3] gnu: python-simplejson: Update to 3.10.0.

2016-11-26 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 83ef372..418a644 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pyth

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

2016-11-26 Thread Ricardo Wurmus
Christopher Allan Webber writes: > - We could also have a shepherd action like "herd config mediagoblin" >that would merely spit out the configuration file path... so someone >could do something like: > $ foo-db dump-db --config `herd config foo-db` Here’s another similar idea:

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

2016-11-26 Thread Chris Marusich
Christopher Allan Webber writes: > So shepherd actions are probably fine for something like "herd status > mcron" but for running slow and expensive operations, we need some way > to expose the config file. The speed and cost of an operation are orthogonal to whether or not that operation requir

Re: [PATCH] gnu: Add mumble.

2016-11-26 Thread Marius Bakke
ng0 writes: > * gnu/packages/telephony.scm (mumble): New variable. > --- > gnu/packages/telephony.scm | 93 > ++ > 1 file changed, 93 insertions(+) Hi, sorry for the delay! The patch looks good (and works :-)), I've committed it with the following ch

Re: [PATCH] gnu: Add proteinortho.

2016-11-26 Thread Ben Woodcroft
On 26/11/16 16:11, Leo Famulari wrote: On Sat, Nov 26, 2016 at 03:14:16PM +1000, Ben Woodcroft wrote: * gnu/packages/bioinformatics.scm (proteinortho): New variable. LGTM Pushed, thanks for the quick review.

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

2016-11-26 Thread John Darrington
* gnu/build/file-systems.scm (mount-file-system): Append target addr= when mounting nfs filesystems. --- gnu/build/file-systems.scm | 36 +--- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm ind

Re: [PATCH] gnu: Add python-polib

2016-11-26 Thread Marius Bakke
Julien Lepiller writes: > Hi, > > this patch adds python-polib and python2-polib. They are usefull to > manipulate and create gettext files (po, mo, pot). Thanks! I changed it to use "pypi-uri", fixed a typo in the description and reinstated the test comment. Pushed as d3eff97! signature.asc D

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.

2016-11-26 Thread Marius Bakke
Leo Famulari writes: > On Wed, Nov 23, 2016 at 07:04:36PM +, ng0 wrote: >> * gnu/packages/psyc.scm (psyclpc): Make it reproducible. >> --- >> gnu/packages/psyc.scm | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm

Re: [PATCH v2 0/4] Add GCC cross compiler for arm-none-eabi.

2016-11-26 Thread Ricardo Wurmus
Theodoros Foradis writes: > The one issue I have observed is that newlib (and newlib-nano), is not > provided as a substitute, when installed with a toolchain containing > xgcc-6. I think that only the original newlib derivations are being > built on hydra (the ones using xgcc-4.9 as their input

Re: [PATCH 0/1] Gst-plugins-good security update

2016-11-26 Thread Marius Bakke
Leo Famulari writes: > This patch should fix the bugs named here: > > http://seclists.org/oss-sec/2016/q4/517 > > I copied Debian's approach, which is to take all the recent patches for > the vulnerable component (the FLIC decoder). > > My understanding is that the first two patches fix the CVEs,

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

2016-11-26 Thread John Darrington
On Thu, Nov 24, 2016 at 07:17:42PM +0100, Julien Lepiller wrote: +(define (serialize-string field-name val) + (serialize-field field-name val)) I find it useful to allow such fields to take the value #f and meaning that they will be ignored by their respective serialize- procedures. F

Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-26 Thread Ricardo Wurmus
Leo Famulari writes: > On Sat, Nov 26, 2016 at 12:28:36AM +0100, Ricardo Wurmus wrote: >> * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New >> variables. >> * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" >> with "fftw-with-threads" and "fftwf-with-thr

Re: [PATCH] build-system/gnu: Make libraries writable before stripping.

2016-11-26 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> * guix/build/gnu-build-system.scm (strip)[strip-dir]: Change mode of >> files before running strip-command. > > OK for ‘core-updates’. Cool, pushed! > Note that a few packages did that by hand. While you’re at it, you > can adjust them. Th

Re: [PATCH] Enable deterministic perl archives.

2016-11-26 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Marius Bakke skribis: > >> Hi Guix, >> >> This patch disables installation of "perllocal.pod" files which records >> build time and not much else in perl packages. >> >> I haven't checked whether this is needed for packages using 'Build.PL', >> if you know any s