lol

libgda: propagate libxml2

+4 -1
+4 -1
pkgs/development/libraries/libgda/default.nix
··· 43 pkg-config 44 intltool 45 itstool 46 - libxml2 47 gobject-introspection 48 vala 49 autoreconfHook ··· 60 libmysqlclient 61 ] ++ lib.optionals postgresSupport [ 62 postgresql 63 ]; 64 65 configureFlags = [
··· 43 pkg-config 44 intltool 45 itstool 46 gobject-introspection 47 vala 48 autoreconfHook ··· 59 libmysqlclient 60 ] ++ lib.optionals postgresSupport [ 61 postgresql 62 + ]; 63 + 64 + propagatedBuildInputs = [ 65 + libxml2 66 ]; 67 68 configureFlags = [