6 , gobject-introspection
16 dropboxd = "${dropbox}/bin/dropbox";
18 stdenv.mkDerivation rec {
19 pname = "caja-dropbox";
23 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
24 sha256 = "t0w4qZQlS9PPfLxxK8LsdRagypQqpleFJs29aqYgGWM=";
29 src = ./fix-cli-paths.patch;
40 (python3.withPackages (ps: with ps; [
52 configureFlags = [ "--with-caja-extension-dir=$$out/lib/caja/extensions-2.0" ];
54 enableParallelBuilding = true;
56 passthru.updateScript = mateUpdateScript { inherit pname; };
59 description = "Dropbox extension for Caja file manager";
60 homepage = "https://github.com/mate-desktop/caja-dropbox";
61 license = with licenses; [ gpl3Plus cc-by-nd-30 ];
62 platforms = platforms.unix;
63 maintainers = teams.mate.members;