* Fixed some more URLs.

svn path=/nixpkgs/trunk/; revision=9294
This commit is contained in:
Eelco Dolstra
2007-09-11 11:15:37 +00:00
parent 105344a44e
commit ea9667ab18
18 changed files with 39 additions and 45 deletions

View File

@@ -1,12 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "core-apache-ant-1.6.1";
realname = "apache-ant-1.6.1";
builder = ./core-builder.sh;
src = fetchurl {
url = http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2;
md5 = "703d0265d05b98afd95be0bc21b98420";
};
}