From 7131d1832c0bcf3d9a20f1200105fe6519b714e9 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 14 Dec 2022 14:25:10 +0100 Subject: gnome.mutter: Drop unneeded patch This is not necessary since the 43.2 bump: https://github.com/NixOS/nixpkgs/commit/3933114462c6a979ce62acf3f7e2d20c3bc52f29 --- pkgs/desktops/gnome/core/mutter/default.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pkgs/desktops/gnome/core/mutter/default.nix') diff --git a/pkgs/desktops/gnome/core/mutter/default.nix b/pkgs/desktops/gnome/core/mutter/default.nix index 48320f7100b..8cec010cf53 100644 --- a/pkgs/desktops/gnome/core/mutter/default.nix +++ b/pkgs/desktops/gnome/core/mutter/default.nix @@ -65,16 +65,6 @@ let self = stdenv.mkDerivation rec { url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/285a5a4d54ca83b136b787ce5ebf1d774f9499d5.patch"; sha256 = "/npUE3idMSTVlFptsDpZmGWjZ/d2gqruVlJKq4eF4xU="; }) - - # Revert clutter optimization causing issues on X11 - # https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2667 - # Will be replaced with a proper fix in 43.2 - # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6054 - (fetchpatch { - url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/7e7a639cc5132cf3355e861235f325540fe56548.patch"; - sha256 = "NYoKCRh5o1Q15c11a79Hk5tGKq/jOa+e6GpgBjPEepo="; - revert = true; - }) ]; mesonFlags = [ -- cgit 1.4.1