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
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
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")
> +(
* 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
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.
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
* 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 @