3
0
Fork 0
forked from mirrors/nixpkgs

use parted 2.3 for fdisk

svn path=/nixpkgs/trunk/; revision=27350
This commit is contained in:
Rob Vermaas 2011-06-06 13:43:16 +00:00
parent d60ed7e1d1
commit 846238fa25

View file

@ -617,7 +617,7 @@ let
fcron = callPackage ../tools/system/fcron { # see also cron
};
fdisk = callPackage ../tools/system/fdisk { };
fdisk = callPackage ../tools/system/fdisk { parted = parted_2_3; };
fdm = callPackage ../tools/networking/fdm {};