* Provide info's manpage.

svn path=/nixos/trunk/; revision=32774
This commit is contained in:
Eelco Dolstra 2012-03-04 16:10:19 +00:00
parent 2ac5df3a93
commit e11e9b4ef0

View File

@ -32,5 +32,5 @@ let
in
{
environment.systemPackages = [infoWrapper];
environment.systemPackages = [ infoWrapper pkgs.texinfo ];
}