forked from mirrors/nixpkgs
Quassel: use the convenience daemon package.
svn path=/nixos/trunk/; revision=23849
This commit is contained in:
parent
1b4c811d41
commit
259c007f70
|
@ -3,7 +3,7 @@
|
||||||
with pkgs.lib;
|
with pkgs.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
quassel = pkgs.quassel.override { daemon = true; monolithic = false; client = false; };
|
quassel = pkgs.quasselDaemon;
|
||||||
cfg = config.services.quassel;
|
cfg = config.services.quassel;
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue