3
0
Fork 0
forked from mirrors/nixpkgs

neon 0.26.1

svn path=/nixpkgs/trunk/; revision=5634
This commit is contained in:
Armijn Hemel 2006-07-06 22:25:12 +00:00
parent 5579c5d330
commit 9e7b75bdd2

View file

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