Author: egorochkin
Date: Sat Sep 18 11:30:09 2010
New Revision: 23849
URL: https://svn.nixos.org/websvn/nix/?rev=23849&sc=1

Log:
Quassel: use the convenience daemon package.

Modified:
   nixos/trunk/modules/services/networking/quassel.nix

Modified: nixos/trunk/modules/services/networking/quassel.nix
==============================================================================
--- nixos/trunk/modules/services/networking/quassel.nix Sat Sep 18 11:30:04 
2010        (r23848)
+++ nixos/trunk/modules/services/networking/quassel.nix Sat Sep 18 11:30:09 
2010        (r23849)
@@ -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
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to