3
0
Fork 0
forked from mirrors/nixpkgs

bitlbee: Fix `systemPackages' attribute.

svn path=/nixos/branches/modular-nixos/; revision=16090
This commit is contained in:
Ludovic Courtès 2009-06-30 08:01:14 +00:00
parent 6566bc4882
commit e2e373b89c

View file

@ -86,5 +86,5 @@ mkIf config.services.bitlbee.enable {
'';
}];
environment.systemPackages = pkgs.bitlbee;
environment.systemPackages = [ pkgs.bitlbee ];
}