Skip to content

Commit

Permalink
gnome.mutter: Revert upstream focus issue causing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jul 23, 2023
1 parent 12303c6 commit 10a3ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/desktops/gnome/core/mutter/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ fetchurl
, fetchpatch
, runCommand
, lib
, stdenv
Expand Down Expand Up @@ -74,6 +75,13 @@ stdenv.mkDerivation (finalAttrs: {
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
sha256 = "GFy+vyFQ0+RQVQ43G9sTqLTbCWl4sU+ZUh6WbqzHBVE=";
};
patches = [
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/3ac82a58c51a5c8db6b49e89a1232f99c79644cc.patch";
hash = "sha256-L8GGEFHE566yvpAAVXA8bn2hvDfFAO8S/MqPM3Oki90=";
revert = true;
})
];

mesonFlags = [
"-Degl_device=true"
Expand Down

0 comments on commit 10a3ccb

Please sign in to comment.