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

This commit is contained in:
Max Headroom 2022-03-30 02:07:56 +02:00
parent 30005fd96c
commit b6c0e1029d
3 changed files with 3763 additions and 1 deletions

View file

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

View file

@ -10,6 +10,8 @@ super: rec {
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
gnome-control-center = patch' super.gnome.gnome-control-center;
mutter = patch' super.gnome.mutter;
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
preFixup = with super;

File diff suppressed because it is too large Load diff