mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
use dynamic triple buffering patch for mutter
This commit is contained in:
parent
ffb5741432
commit
cca120cf7e
12
provision/overlays/mutter.nix
Normal file
12
provision/overlays/mutter.nix
Normal file
@ -0,0 +1,12 @@
|
||||
self: super: {
|
||||
gnome = super.gnome.overrideScope (gnomeFinal: gnomePrev: {
|
||||
mutter = gnomePrev.mutter.overrideAttrs ( old: {
|
||||
src = super.fetchgit {
|
||||
url = "https://gitlab.gnome.org/vanvugt/mutter.git";
|
||||
# GNOME 45: triple-buffering-v4-45
|
||||
rev = "0b896518b2028d9c4d6ea44806d093fd33793689";
|
||||
sha256 = "sha256-mzNy5GPlB2qkI2KEAErJQzO//uo8yO0kPQUwvGDwR4w=";
|
||||
};
|
||||
});
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user