mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gnome.mutter: Backport edge resistance fix
This fixes "Snapping window to the edges sometimes doesn't work". Part of https://src.fedoraproject.org/rpms/mutter/c/89161ff.
This commit is contained in:
parent
8e116f42e4
commit
9bf73cedb7
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ let self = stdenv.mkDerivation rec {
|
|||
sha256 = "NYoKCRh5o1Q15c11a79Hk5tGKq/jOa+e6GpgBjPEepo=";
|
||||
revert = true;
|
||||
})
|
||||
|
||||
# Backport edge resistance fix (should be part of 43.2)
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2687
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/accf532a29ea9a1d70880dfaa1834050aa3ae7be.patch";
|
||||
sha256 = "XAHcPGQFWfZujlqO/cvUryojPCMBBSxeIG06BesDQQw=";
|
||||
})
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue