packages/mutter: the dynamic triple buffering patch that never was
This commit is contained in:
parent
30005fd96c
commit
b6c0e1029d
3 changed files with 3763 additions and 1 deletions
|
@ -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; };
|
||||
});
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
3760
patches/base/mutter/Support-Dynamic-triple-double-buffering.patch
Normal file
3760
patches/base/mutter/Support-Dynamic-triple-double-buffering.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue