13 , gnome-online-accounts
14 , gobject-introspection
22 stdenv.mkDerivation rec {
26 outputs = [ "out" "dev" "installedTests" ];
29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30 sha256 = "3YWS7rZRKtCoz1yL6McudvdL/msj5N2T8HVu4HFoBMc=";
34 ./installed-tests-path.patch
53 propagatedBuildInputs = [
63 "-Dinstalled_test_bindir=${placeholder "installedTests"}/libexec"
64 "-Dinstalled_test_datadir=${placeholder "installedTests"}/share"
65 "-Dinstalled_tests=true"
69 updateScript = gnome.updateScript {
71 versionPolicy = "none"; # Stable version has not been updated for a long time.
75 installedTests = nixosTests.installed-tests.libgdata;
80 description = "GData API library";
81 homepage = "https://wiki.gnome.org/Projects/libgdata";
82 maintainers = with maintainers; [ raskin ] ++ teams.gnome.members;
83 platforms = platforms.linux;
84 license = licenses.lgpl21Plus;