Re: [PATCH] gnu: econnman: Add missing input.

2017-01-07 Thread Ludovic Courtès
Clément Lassieur skribis: > * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Pushed. Thanks Clément & Danny! Ludo’.

Re: [PATCH] gnu: econnman: Add missing input.

2017-01-04 Thread Danny Milosavljevic
On Wed, 04 Jan 2017 10:27:42 +0100 Clément Lassieur wrote: > I don't have Enlightenment either. Without this input, I get this error > when I execute econnman-bin: Good enough for me. OK! I also tested it without the patch, where it failed as described, and with the patch, where it works.

Re: [PATCH] gnu: econnman: Add missing input.

2017-01-04 Thread Clément Lassieur
Hi Leo, > What goes wrong without this input? I don't have an Enlightenment > desktop, so I'm not sure how to evaluate this patch. I don't have Enlightenment either. Without this input, I get this error when I execute econnman-bin: Traceback (most recent call last): File "/gnu/store/65prgdvxz

Re: [PATCH] gnu: econnman: Add missing input.

2017-01-04 Thread Leo Famulari
On Tue, Jan 03, 2017 at 11:15:31PM +0100, Clément Lassieur wrote: > * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Hi! What goes wrong without this input? I don't have an Enlightenment desktop, so I'm not sure how to evaluate this patch.

[PATCH] gnu: econnman: Add missing input.

2017-01-03 Thread Clément Lassieur
* gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. --- gnu/packages/connman.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm index 870001237..0fced0be7 100644 --- a/gnu/packages/connman.scm +++ b/gnu/packages/connman.scm @@