mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:28:19 +00:00
nixos/quassel: Use qt5 instead of qt4
This really speeds up building quassel daemon since qt5 can be built in parallel while qt4 cannot.
This commit is contained in:
parent
7464908ae4
commit
b79a5e812a
@ -3,7 +3,7 @@
|
||||
with lib;
|
||||
|
||||
let
|
||||
quassel = pkgs.kde4.quasselDaemon;
|
||||
quassel = pkgs.quasselDaemon_qt5;
|
||||
cfg = config.services.quassel;
|
||||
user = if cfg.user != null then cfg.user else "quassel";
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user