libgda: propagate libxml2

This commit is contained in:
Sandro Jäckel 2022-03-27 15:20:18 +02:00
parent 8e0f6609c3
commit 9f034e5d18
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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"}"