8 gsettings-desktop-schemas,
13 libstartup_notification,
21 stdenv.mkDerivation rec {
26 url = "mirror://gnome/sources/metacity/${lib.versions.majorMinor version}/metacity-${version}.tar.xz";
27 hash = "sha256-WHifKLbzhSL9iMIkKRChB9ppNCF7LH3VKn1RLTlB1kM=";
32 src = ./fix-paths.patch;
49 gsettings-desktop-schemas
53 libstartup_notification
57 enableParallelBuilding = true;
60 updateScript = gnome.updateScript {
61 packageName = "metacity";
62 versionPolicy = "odd-unstable";
69 description = "Window manager used in Gnome Flashback";
70 homepage = "https://gitlab.gnome.org/GNOME/metacity";
71 changelog = "https://gitlab.gnome.org/GNOME/metacity/-/blob/${version}/NEWS?ref_type=tags";
72 license = licenses.gpl2;
73 maintainers = teams.gnome.members;
74 platforms = platforms.linux;