* More URLs.

svn path=/nixpkgs/trunk/; revision=6718
This commit is contained in:
Eelco Dolstra
2006-10-12 15:58:51 +00:00
parent aa0dc058fe
commit 8e08738756
6 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
};
buildInputs = [readline];
idea = if ideaSupport then fetchurl {
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;
url = http://nix.cs.uu.nl/dist/tarballs/idea.c.gz;
md5 = "9dc3bc086824a8c7a331f35e09a3e57f";
} else null;
}