libgda: propagate libxml2

This commit is contained in:
Sandro Jäckel
2022-03-27 17:54:58 +02:00
parent 8e0f6609c3
commit 9f034e5d18
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
pkg-config
intltool
itstool
libxml2
gobject-introspection
vala
autoreconfHook
@@ -62,6 +61,10 @@ stdenv.mkDerivation rec {
postgresql
];
propagatedBuildInputs = [
libxml2
];
configureFlags = [
"--with-mysql=${if mysqlSupport then "yes" else "no"}"
"--with-postgres=${if postgresSupport then "yes" else "no"}"