mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
redland libxml2 missing fix
svn path=/nixpkgs/trunk/; revision=12659
This commit is contained in:
parent
9075ea2218
commit
57d4d2d830
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue