Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread ng0
Ludovic Courtès writes: > Hi! > > ng0 skribis: > >> * gnu/packages/qt.scm (fluid): New variable. > > I think it’s best to put it in kde.scm or some other place; it feels > wrong to import (gnu packages kde-frameworks) in (gnu packages qt). Okay, I will move it to kde-frameworks. It's somewhat Q

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread Efraim Flashner
On Mon, Jan 09, 2017 at 10:32:52AM +0100, Ludovic Courtès wrote: > Hi! > > ng0 skribis: > > > * gnu/packages/qt.scm (fluid): New variable. > > I think it’s best to put it in kde.scm or some other place; it feels > wrong to import (gnu packages kde-frameworks) in (gnu packages qt). > > > +(defi

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-09 Thread Ludovic Courtès
Hi! ng0 skribis: > * gnu/packages/qt.scm (fluid): New variable. I think it’s best to put it in kde.scm or some other place; it feels wrong to import (gnu packages kde-frameworks) in (gnu packages qt). > +(define-public fluid > + (package > +(name "fluid") > +(version "0.9.0") > +(

[PATCH 2/3] gnu: Add fluid.

2017-01-04 Thread ng0
* gnu/packages/qt.scm (fluid): New variable. --- gnu/packages/qt.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 41aa10291..e180f9cf6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -46,6 +4

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-04 Thread David Craven
Or it could go into a separate build-system. There are quite a few kde phases that could go in there. Either way, I'm fine with it.

Re: [PATCH 2/3] gnu: Add fluid.

2017-01-04 Thread Danny Milosavljevic
Hi, > + `(#:tests? #f)) ; 3 tests want a connection to the display. Please set the QT_QPA_PLATFORM environment variable. and let the tests run: (setenv "QT_QPA_PLATFORM" "offscreen") Or does this not work for some reason? Otherwise OK! P.S. What do you all think about putting that seten

[PATCH 2/3] gnu: Add fluid.

2017-01-04 Thread ng0
* gnu/packages/qt.scm (fluid): New variable. --- gnu/packages/qt.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 41aa10291..8cd701293 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -46,6 +46,7 @