Re: [PATCH 1/3] gnu: connman: Use localstatedir outside of store.

2016-11-09 Thread Efraim Flashner
On Wed, Nov 09, 2016 at 10:22:43PM +0100, Tomáš Čech wrote: > * gnu/packages/connman.scm (connman): Use localstatedir outside of store. > --- > gnu/packages/connman.scm | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm > index

[PATCH 2/3] gnu: Add python-rednose.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-rednose): New variable. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e957bf2..cb25d4e 100644 --- a/gnu/packages/python.scm +++

[PATCH 0/3] Add python-flask-restplus

2016-11-09 Thread Danny Milosavljevic
Danny Milosavljevic (3): gnu: Add python-termstyle. gnu: Add python-rednose. gnu: Add python-flask-restplus. gnu/packages/python.scm | 79 + 1 file changed, 79 insertions(+)

[PATCH 1/3] gnu: Add python-termstyle.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-termstyle): New variable. --- gnu/packages/python.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8cc3de6..e957bf2 100644 --- a/gnu/packages/python.scm +++

[PATCH 3/3] gnu: Add python-flask-restplus.

2016-11-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-restplus): New variable. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cb25d4e..58b49ed 100644 --- a/gnu/packages/python.scm +++

Re: [Patch 0/10] Add Ring

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 12:07:10PM -0600, Lukas Gradl wrote: > I would like to apologize for my long silence. I am currently facing > somewhat of a crisis in my professional life, which is taking a lot of > my time and energy. > > Chris Marusich writes: > > > What's the

[Patch v2 3/3] gnu: Add pdfposter.

2016-11-09 Thread Hartmut Goebel
* gnu/packages/pdf.scm(pdfposter): New variable. --- gnu/packages/pdf.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e0279c6..06cfab9 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -851,3

[Patch v2 2/3] gnu: Add python-pypdf.

2016-11-09 Thread Hartmut Goebel
* gnu/packages/pdf.scm(python2-pypdf): New variable. --- gnu/packages/pdf.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e243006..e0279c6 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -829,3

[Patch v2 1/3] gnu: Add python-pypdf2.

2016-11-09 Thread Hartmut Goebel
* gnu/packages/pdf.scm(python-pypdf2, python2-pypdf2): New variables. --- gnu/packages/pdf.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ee33e3c..e243006 100644 --- a/gnu/packages/pdf.scm

Re: [PATCH 3/3] services: Require wpa-supplicant-service for connman-service.

2016-11-09 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/services/networking.scm (connman-shepherd-service): Add > wpa-supplicant among list of requirements. OK! So does Connman work as expected now? I guess it was all broken before? Thanks, Ludo’.

Re: [PATCH 2/3] services: Add wpa-supplicant-service.

2016-11-09 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/services/networking.scm (wpa-supplicant-service): New procedure. > (wpa-supplicant-service-type): New variable. > (wpa-supplicant-shepherd-service): New procedure. > * doc/guix.texi (Networking Services): Document it. Could you remove the

Re: [PATCH 1/3] gnu: connman: Use localstatedir outside of store.

2016-11-09 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/connman.scm (connman): Use localstatedir outside of store. OK!

Re: [PATCH 3/3] gnu: Add pdfposter.

2016-11-09 Thread Hartmut Goebel
Am 09.11.2016 um 01:02 schrieb Leo Famulari: > I see you are the author of this software :) :-) > Can we use pypi-uri? It takes an optional extension argument that might > be required in this case. This did the trick. Thanks. > How about these files: >

Re: [PATCH 2/3] gnu: Add python-pypdf.

2016-11-09 Thread Hartmut Goebel
Am 09.11.2016 um 08:19 schrieb Efraim Flashner: > One of the things I've picked up is that this will work with the pypi > importer if you feed it "pyPdf" Fixed. I tries some combinations but obviously missed the obvious one :-) -- Regards Hartmut Goebel | Hartmut Goebel |

Re: [PATCH 2/3] gnu: Add python-pypdf.

2016-11-09 Thread Hartmut Goebel
Am 09.11.2016 um 00:57 schrieb Leo Famulari: >> > +(home-page "http://mstamy2.github.com/PyPDF2;) > Also, does it have its own home-page? Well spotted :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com |

Re: [PATCH 1/3] gnu: Add python-pypdf2.

2016-11-09 Thread Hartmut Goebel
Am 09.11.2016 um 00:55 schrieb Leo Famulari: >> + '(#:tests? #f)) ; no tests > Are these files not relevant? > https://github.com/mstamy2/PyPDF2/tree/master/Tests Ubs, I missed them. This is negligible and fails in Python 3. nevertheless I added them. > I would replace the hyphen in

Re: [PATCH] doc: Added some index entries.

2016-11-09 Thread Ludovic Courtès
John Darrington skribis: > * doc/guix.texi: Added various @cindex tags to assist readers. That’s a good idea, there were too few entries so far. A general remark: please pay attention to spelling and case, like “Guix”, “SSH”, etc. > +@cindex installing guix > GNU Guix is

[PATCH 3/3] services: Require wpa-supplicant-service for connman-service.

2016-11-09 Thread Tomáš Čech
* gnu/services/networking.scm (connman-shepherd-service): Add wpa-supplicant among list of requirements. --- gnu/services/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 05ee339..0462f81 100644

[PATCH 1/3] gnu: connman: Use localstatedir outside of store.

2016-11-09 Thread Tomáš Čech
* gnu/packages/connman.scm (connman): Use localstatedir outside of store. --- gnu/packages/connman.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm index cd0f6a9..7af20c9 100644 --- a/gnu/packages/connman.scm +++

[PATCH 2/3] services: Add wpa-supplicant-service.

2016-11-09 Thread Tomáš Čech
* gnu/services/networking.scm (wpa-supplicant-service): New procedure. (wpa-supplicant-service-type): New variable. (wpa-supplicant-shepherd-service): New procedure. * doc/guix.texi (Networking Services): Document it. --- doc/guix.texi | 8 gnu/services/networking.scm | 36

[PATCH] doc: Added some index entries.

2016-11-09 Thread John Darrington
* doc/guix.texi: Added various @cindex tags to assist readers. --- doc/guix.texi | 87 ++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 89a7a58..d8a0e00 100644 --- a/doc/guix.texi +++

[PATCH] gnu: Add kerberos service.

2016-11-09 Thread John Darrington
* gnu/services/kerberos.scm (krb5-realm, krb5-configuration, krb5-service-type): New variables. --- gnu/services/kerberos.scm | 230 +- 1 file changed, 229 insertions(+), 1 deletion(-) diff --git a/gnu/services/kerberos.scm b/gnu/services/kerberos.scm

Re: [Patch 0/10] Add Ring

2016-11-09 Thread Lukas Gradl
Hello, I would like to apologize for my long silence. I am currently facing somewhat of a crisis in my professional life, which is taking a lot of my time and energy. Chris Marusich writes: > What's the status of this patch series? Especially since Ring just > recently

Re: [PATCH v3 2/3] gnu: Add hidapi.

2016-11-09 Thread Ludovic Courtès
Theodoros Foradis skribis: > +;; HIDAPI can be used under one of three licenses. > +(license (list gpl3 > + bsd-3 > + non-copyleft "file://LICENSE-orig.txt" For the record, ‘guix lint’ reports an invalid ‘license’

Re: [PATCH]: Add vifm.

2016-11-09 Thread Ludovic Courtès
Efraim Flashner skribis: > From af664191553bff15c2cde4fa0c85b693037fb4d3 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Wed, 9 Nov 2016 13:49:07 +0200 > Subject: [PATCH] gnu: Add vifm. > > * gnu/packages/vim.scm (vifm): New variable.

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-09 Thread Ludovic Courtès
Hello, Leo Famulari skribis: > On Tue, Nov 08, 2016 at 08:41:51PM +0300, Frederick Muriithi wrote: [...] >> Running "./pre-inst-env guix lint ruby-net-http-digest-auth" fails >> with the errors indicated in the attached file lint_log > >> gnu/packages/ruby.scm:4182:2:

Re: Libxslt CVE-2016-4738

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 12:57:50AM +, Marius Bakke wrote: > Leo Famulari writes: > > > Here is a patch to fix CVE-2016-4738 in libxslt. > > From 1cbfeb5bb98924eddf1726fe56987fd1d282e7f8 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Tue, 8

Re: [PATCH 2/2] gnu: Add add kdevelop-pg-qt.

2016-11-09 Thread Ludovic Courtès
Thomas Danckaert skribis: > From c26790b1f47e78c37d0efab82c114f2aae1515dc Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Tue, 8 Nov 2016 14:16:43 +0100 > Subject: [PATCH 2/2] gnu: Add add kdevelop-pg-qt. > > * gnu/packages/kde.scm

Re: [PATCH 1/2] gnu: Add libkomparediff2.

2016-11-09 Thread Ludovic Courtès
Thomas Danckaert skribis: > From f01b97e522ac9a25c6f29eea09d06a6db3ec0ab5 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Tue, 8 Nov 2016 14:15:52 +0100 > Subject: [PATCH 1/2] gnu: Add libkomparediff2. > > * gnu/packages/kde.scm

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-09 Thread Frederick Muriithi
> There are two TLS errors (here, for GitHub, and below, for NIST). I'm > not sure but I'd guess that the linter is unable to find your > certificate store, or it lacks the GnuTLS client. How about if you try > invoking the linter in an environment where you have all of Guix's > dependencies

Re: Shepherd does not recycle zombie processes

2016-11-09 Thread Ludovic Courtès
Hi, Carlo Zancanaro skribis: > Yeah, I saw that note in the documentation. I used to have > >(action 'shepherd 'daemonize) > > as the first line in ~/.config/shepherd/init.scm. Is there some other > way that I was supposed to do that? No, I think that should work. >