summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/mutter/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-12-14 14:25:10 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-12-14 14:25:10 +0100
commit7131d1832c0bcf3d9a20f1200105fe6519b714e9 (patch)
treed01a80a5b40b739eb8611ea766ad24c4ba512ab6 /pkgs/desktops/gnome/core/mutter/default.nix
parent1710ed1f6f8ceb75cf7d1cf55ee0cc21760e1c7a (diff)
downloadnixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar.gz
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar.bz2
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar.lz
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar.xz
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.tar.zst
nixpkgs-7131d1832c0bcf3d9a20f1200105fe6519b714e9.zip
gnome.mutter: Drop unneeded patch
This is not necessary since the 43.2 bump:
https://github.com/NixOS/nixpkgs/commit/3933114462c6a979ce62acf3f7e2d20c3bc52f29
Diffstat (limited to 'pkgs/desktops/gnome/core/mutter/default.nix')
-rw-r--r--pkgs/desktops/gnome/core/mutter/default.nix10
1 files changed, 0 insertions, 10 deletions
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 = [