* Copy more files.

svn path=/nixpkgs/trunk/; revision=4646
This commit is contained in:
Eelco Dolstra
2006-01-31 16:37:40 +00:00
parent 90254f5a4e
commit 321e4da7e8
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation {
builder = ./java-bin-builder.sh;
src = fetchurl {
url = http://apache.cs.uu.nl/dist/jakarta/regexp/binaries/jakarta-regexp-1.4.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/jakarta-regexp-1.4.tar.gz;
md5 = "d903d84c949df848009f3bf205b32c97";
};