Revert "packages/mutter: the dynamic triple buffering patch that never was"

This reverts commit b6c0e1029d.
This commit is contained in:
Max Headroom 2022-05-16 22:18:59 +02:00
parent 02dd8a695b
commit d357e88308
3 changed files with 2 additions and 3764 deletions

View file

@ -30,7 +30,7 @@
};
gnome = super.gnome.overrideScope' (self': super': {
inherit (patched) mutter nautilus;
inherit (patched) nautilus;
gnome-control-center = patched.gnome-control-center.override { inherit (self') gnome-user-share; };
gnome-shell = super'.gnome-shell.overrideAttrs (old: {
preFixup = old.preFixup + ''

View file

@ -9,9 +9,7 @@ super: rec {
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
gnome-control-center = (patch' super.gnome.gnome-control-center).override { inherit mutter; };
mutter = patch' super.gnome.mutter;
gnome-control-center = patch' super.gnome.gnome-control-center;
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
preFixup = with super;