redland libxml2 missing fix

svn path=/nixpkgs/trunk/; revision=12659
This commit is contained in:
Marc Weber 2008-08-19 12:36:13 +00:00
parent 9075ea2218
commit 57d4d2d830

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [pkgconfig];
propagatedBuildInputs = [ bdb openssl libxslt perl mysql postgresql sqlite
curl pcre];
curl pcre libxml2];
configureFlags = "--disable-static --with-threads --with-bdb=${bdb}";
patchPhase="sed -e 1s@/usr@${perl}@ -i utils/touch-mtime.pl";
}