3
0
Fork 0
forked from mirrors/nixpkgs

Quassel: use the convenience daemon package.

svn path=/nixos/trunk/; revision=23849
This commit is contained in:
Evgeny Egorochkin 2010-09-18 11:30:09 +00:00
parent 1b4c811d41
commit 259c007f70

View file

@ -3,7 +3,7 @@
with pkgs.lib;
let
quassel = pkgs.quassel.override { daemon = true; monolithic = false; client = false; };
quassel = pkgs.quasselDaemon;
cfg = config.services.quassel;
in