add older version of neon which has ne_header_handler, needed by OOo2
svn path=/nixpkgs/trunk/; revision=4155
This commit is contained in:
@@ -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];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user