quassel: Fix evaluation

-2
-2
pkgs/top-level/all-packages.nix
··· 11559 11559 monolithic = false; 11560 11560 daemon = false; 11561 11561 client = true; 11562 - withKDE = stdenv.isLinux; 11563 - qt = if withKDE then qt4 else qt5; # KDE supported quassel cannot build with qt5 yet (maybe in 0.12.0) 11564 11562 tag = "-client"; 11565 11563 }); 11566 11564