add older version of neon which has ne_header_handler, needed by OOo2

svn path=/nixpkgs/trunk/; revision=4155
This commit is contained in:
Armijn Hemel 2005-10-27 11:56:10 +00:00
parent 0ea4cf3255
commit b257d4cd1d

View File

@ -0,0 +1,10 @@
{stdenv, fetchurl, libxml2}:
stdenv.mkDerivation {
name = "neon-0.24.7";
src = fetchurl {
url = http://www.webdav.org/neon/neon-0.24.7.tar.gz;
md5 = "5108bcbe41de4afe2e19cc58500fb9f2";
};
buildInputs = [libxml2];
}