* Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "parted-1.8.7";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/parted/parted-1.8.7.tar.bz2;
|
||||
url = mirror://gnu/parted/parted-1.8.7.tar.bz2;
|
||||
sha256 = "0njabfinn1kbkdx80gayqanpammnl28pklli34bymhx1sxn82kk3";
|
||||
};
|
||||
buildInputs = [e2fsprogs readline];
|
||||
|
||||
Reference in New Issue
Block a user