11 postgresSupport ? false,
15 gda = libgda.override {
16 inherit mysqlSupport postgresSupport;
19 stdenv.mkDerivation rec {
29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30 sha256 = "1fyh15b3f8hmwbswalxk1g4l04yvvybksn5nm7gznn5jl5q010p9";
33 nativeBuildInputs = [ pkg-config ];
38 propagatedBuildInputs = [ gda ];
40 enableParallelBuilding = true;
43 updateScript = gnome.updateScript {
45 versionPolicy = "none"; # Should be odd-unstable but stable version has not been released yet.
50 description = "C++ bindings for libgda";
51 homepage = "https://www.gnome-db.org/";
52 license = licenses.lgpl21Plus;
53 maintainers = teams.gnome.members;
54 platforms = platforms.linux;