14 gobject-introspection,
19 gsettings-desktop-schemas,
20 desktopToDarwinBundle,
23 python3.pkgs.buildPythonApplication rec {
30 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
31 sha256 = "sha256-RqCnE/vNGxU7N3oeB1fIziVcmCJGdljqz72JsekjFu8=";
44 gtk3 # for gtk-update-icon-cache
45 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ];
50 gsettings-desktop-schemas
54 pythonPath = with python3.pkgs; [
60 patchShebangs meson_shebang_normalisation.py
64 updateScript = gnome.updateScript {
66 versionPolicy = "none"; # should be odd-unstable but we are tracking unstable versions for now
71 description = "Visual diff and merge tool";
72 homepage = "https://meld.app/";
73 license = licenses.gpl2Plus;
74 platforms = platforms.linux ++ platforms.darwin;
75 maintainers = with maintainers; [