forked from mirrors/nixpkgs
new version of parted
svn path=/nixpkgs/trunk/; revision=5461
This commit is contained in:
parent
42c5136265
commit
3d789d45dc
|
@ -1,10 +1,12 @@
|
|||
{stdenv, fetchurl, e2fsprogs, ncurses, readline}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "parted-1.6.23";
|
||||
#name = "parted-1.6.23";
|
||||
name = "parted-1.7.1";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/parted-1.6.23.tar.gz;
|
||||
md5 = "7e46a32def60ea355c193d9225691742";
|
||||
#url = http://nix.cs.uu.nl/dist/tarballs/parted-1.6.23.tar.gz;
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/parted/parted-1.7.1.tar.bz2;
|
||||
md5 = "baa6771273c8362d735086d52a0d6efe";
|
||||
};
|
||||
buildInputs = [e2fsprogs ncurses readline];
|
||||
patches = [./parted-trailingcomma.patch];
|
||||
|
|
Loading…
Reference in a new issue