3
0
Fork 0
forked from mirrors/nixpkgs

Corrected ircd-hybrid to fix the problem with finishing terminal-keeping thread.

svn path=/nixos/trunk/; revision=9107
This commit is contained in:
Michael Raskin 2007-08-13 10:45:16 +00:00
parent db3e598ba9
commit 45c9f350b1

View file

@ -4,7 +4,7 @@ let
ircdService = import ../services/ircd-hybrid {
stdenv = pkgs.stdenvNewSetupScript;
inherit (pkgs) ircdHybrid coreutils
su iproute gnugrep;
su iproute gnugrep procps;
serverName = getCfg "serverName";
sid = getCfg "sid";
description = getCfg "description";