12 , gobject-introspection
16 , gsettings-desktop-schemas
19 python3.pkgs.buildPythonApplication rec {
26 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 sha256 = "sha256-P8EHyY7251NY/9Kw0UyF3bSP4UoR6TmpQyL6qo6QxA0=";
40 gtk3 # for gtk-update-icon-cache
46 gsettings-desktop-schemas
47 gnome.adwaita-icon-theme
50 pythonPath = with python3.pkgs; [
56 patchShebangs meson_shebang_normalisation.py
60 updateScript = gnome.updateScript {
62 versionPolicy = "none"; # should be odd-unstable but we are tracking unstable versions for now
67 description = "Visual diff and merge tool";
68 homepage = "https://meld.app/";
69 license = licenses.gpl2Plus;
70 platforms = platforms.linux ++ platforms.darwin;
71 maintainers = with maintainers; [ jtojnar mimame ];