mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
mutter: 50.2 -> 50.3
https://gitlab.gnome.org/GNOME/mutter/-/compare/50.2...50.3
(cherry picked from commit b5f9ec6012)
This commit is contained in:
committed by
github-actions[bot]
parent
32a9045c32
commit
ac5bcf8365
@@ -1,6 +1,5 @@
|
||||
{
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
runCommand,
|
||||
lib,
|
||||
stdenv,
|
||||
@@ -72,7 +71,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mutter";
|
||||
version = "50.2";
|
||||
version = "50.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -83,18 +82,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-/ejfinRlAMUfHJJbUeV8PdhwByM771Yweegx9Tv6O1Y=";
|
||||
hash = "sha256-JWY/p6/JakwJJEiZDA2mZLfwTdjZ9eO5vitJixswPLQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# mutter 50.2 spams logs, clutter_input_focus_set_cursor_location
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/work_items/4840
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/f1570318ec3e9a38615eb91708bb71628ab8bcfd.patch";
|
||||
hash = "sha256-73GI2DTgoEBUQGa7nTUIur/ZuDHgDu4SwjUWHBRCyuo=";
|
||||
})
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Degl_device=true"
|
||||
"-Dinstalled_tests=false" # TODO: enable these
|
||||
|
||||
Reference in New Issue
Block a user