1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* 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 ];
}