Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread Efraim Flashner
On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. > --- > gnu/packages/qt.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm > i

Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread John Darrington
On Tue, Nov 08, 2016 at 03:51:11PM -0500, Leo Famulari wrote: On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. > +(license license:lgpl2.1))) Also, the package we removed described the lice

Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. We removed this in August due to concerns about its use of the unsupported Qt 4: http://lists.gnu.org/archive/html/guix-devel/2016-08/msg00414.html But I guess it's okay to r

Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. > +(license license:lgpl2.1))) Also, the package we removed described the license as lgpl2.1+. If we are bringing this package back, please check which is correct.

[PATCH] gnu: Add qjson.

2016-11-08 Thread John Darrington
* gnu/pacackes/qt.scm (qjson): New variable. --- gnu/packages/qt.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b442356..b434887 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1285,3 +1285,30

Re: Qjson

2016-08-05 Thread Andreas Enge
On Thu, Aug 04, 2016 at 12:57:54PM +0200, Andreas Enge wrote: > a while ago, I packaged qjson, presumably as a prerequisite for some version > of KDE. It needs Qt-4 and currently is not a dependency of anything. > Are you okay with me deleting it from the distribution? Done! Andreas

Qjson

2016-08-04 Thread Andreas Enge
Hello, a while ago, I packaged qjson, presumably as a prerequisite for some version of KDE. It needs Qt-4 and currently is not a dependency of anything. Are you okay with me deleting it from the distribution? Andreas