Author: ludo
Date: Tue Apr 24 12:54:42 2012
New Revision: 33907
URL: https://nixos.org/websvn/nix/?rev=33907&sc=1
Log:
GNU: Comment `fdisk' out.
Modified:
nixos/trunk/modules/config/gnu.nix
Modified: nixos/trunk/modules/config/gnu.nix
==============================================================================
--- nixos/trunk/modules/config/gnu.nix Tue Apr 24 10:08:35 2012 (r33906)
+++ nixos/trunk/modules/config/gnu.nix Tue Apr 24 12:54:42 2012 (r33907)
@@ -19,7 +19,9 @@
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
]
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits