* Oops! Fixed an accidental commit.

svn path=/nixpkgs/trunk/; revision=11244
This commit is contained in:
Eelco Dolstra 2008-03-20 18:49:33 +00:00
parent 71fe97475a
commit cb01d8b23b

View File

@ -7,7 +7,7 @@ assert db4Support -> db4 != null;
assert expat != null && perl != null;
stdenv.mkDerivation {
name = "apache-httpd-2.2.8x";
name = "apache-httpd-2.2.8";
src = fetchurl {
url = http://archive.apache.org/dist/httpd/httpd-2.2.8.tar.bz2;