From 0d2ef63b84f1b5377e925cc7ec4eb23292c203b9 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 31 Oct 2011 12:48:59 +0000 Subject: [PATCH] Quassel: fix package name svn path=/nixos/trunk/; revision=30142 --- modules/services/networking/quassel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/quassel.nix b/modules/services/networking/quassel.nix index d5c38cfd048d..e8af4926f5ca 100644 --- a/modules/services/networking/quassel.nix +++ b/modules/services/networking/quassel.nix @@ -3,7 +3,7 @@ with pkgs.lib; let - quassel = pkgs.quasselDaemon; + quassel = pkgs.kde4.quasselDaemon; cfg = config.services.quassel; user = if cfg.user != null then cfg.user else "quassel"; in