7 , gobject-introspection
16 # TODO: Add installed tests once https://gitlab.gnome.org/World/libcloudproviders/issues/4 is fixed
18 stdenv.mkDerivation rec {
19 pname = "libcloudproviders";
23 url = "mirror://gnome/sources/libcloudproviders/${lib.versions.majorMinor version}/libcloudproviders-${version}.tar.xz";
24 hash = "sha256-O3URCzpP3vTFxaRA5IcB/gVNKuBh0VbIkTa7W6BedLc=";
27 outputs = [ "out" "dev" "devdoc" ];
30 "-Denable-gtk-doc=true"
42 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
46 buildInputs = [ glib ];
49 updateScript = gnome.updateScript {
50 packageName = "libcloudproviders";
55 description = "DBus API that allows cloud storage sync clients to expose their services";
56 homepage = "https://gitlab.gnome.org/World/libcloudproviders";
57 license = licenses.lgpl3Plus;
58 maintainers = with maintainers; [ jtojnar ];
59 platforms = platforms.unix;