GNU: Comment `fdisk' out.

svn path=/nixos/trunk/; revision=33907
This commit is contained in:
Ludovic Courtès 2012-04-24 12:54:42 +00:00
parent ac4a059f8a
commit a98ad26fea

View File

@ -19,7 +19,9 @@ with pkgs.lib;
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
# TODO: Adjust `requiredPackages' from `system-path.nix'. # TODO: Adjust `requiredPackages' from `system-path.nix'.
# TODO: Add Inetutils once it has the new `ifconfig'. # TODO: Add Inetutils once it has the new `ifconfig'.
[ parted fdisk [ parted
#fdisk # XXX: GNU fdisk currently fails to build and it's redundant
# with the `parted' command.
nano zile nano zile
texinfo # for the stand-alone Info reader texinfo # for the stand-alone Info reader
] ]