quassel: Fix evaluation
This commit is contained in:
@@ -11559,8 +11559,6 @@ let
|
|||||||
monolithic = false;
|
monolithic = false;
|
||||||
daemon = false;
|
daemon = false;
|
||||||
client = true;
|
client = true;
|
||||||
withKDE = stdenv.isLinux;
|
|
||||||
qt = if withKDE then qt4 else qt5; # KDE supported quassel cannot build with qt5 yet (maybe in 0.12.0)
|
|
||||||
tag = "-client";
|
tag = "-client";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user