From a98ad26feacb5986cfb90faddee35f09dbd80f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 24 Apr 2012 12:54:42 +0000 Subject: [PATCH] GNU: Comment `fdisk' out. svn path=/nixos/trunk/; revision=33907 --- modules/config/gnu.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/config/gnu.nix b/modules/config/gnu.nix index 760f90ff2ea..5c84d90932a 100644 --- a/modules/config/gnu.nix +++ b/modules/config/gnu.nix @@ -19,7 +19,9 @@ with pkgs.lib; environment.systemPackages = with pkgs; # TODO: Adjust `requiredPackages' from `system-path.nix'. # 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 texinfo # for the stand-alone Info reader ]