GNU: Comment `fdisk' out.
svn path=/nixos/trunk/; revision=33907
This commit is contained in:
parent
ac4a059f8a
commit
a98ad26fea
@ -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
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user