mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
nixos/quassel: Temporarily switch back to qt4 since qt5 tls in quassel is broken
This commit is contained in:
parent
06f1e2c61e
commit
c61d048427
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
quassel = pkgs.quasselDaemon_qt5;
|
||||
quassel = pkgs.kde4.quasselDaemon;
|
||||
cfg = config.services.quassel;
|
||||
user = if cfg.user != null then cfg.user else "quassel";
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue